From 3e23ee163abff954246aa88029b758f6ab0101af Mon Sep 17 00:00:00 2001 From: Noah Rosenzweig Date: Tue, 21 Apr 2020 03:01:06 +0200 Subject: [PATCH] Version 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef99cfb..d2bc830 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1582,7 +1582,7 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" [[package]] name = "ld46" -version = "0.0.0" +version = "1.0.0" dependencies = [ "climer", "deathframe", diff --git a/Cargo.toml b/Cargo.toml index d87f6ee..d2a6957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ld46" -version = "0.0.0" +version = "1.0.0" authors = ["Noah Rosenzweig "] edition = "2018"