From 9ae6b3618059a15a6b2c973411d9ef4d1dc3e23b Mon Sep 17 00:00:00 2001 From: Dusan Andric Date: Sun, 9 Apr 2023 22:49:25 -0400 Subject: [PATCH] next release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89f9d4a..b91d101 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "alchemist_apprentice" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index f124d23..6e837a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alchemist_apprentice" -version = "0.8.0" +version = "0.9.0" edition = "2021" # Enable a small amount of optimization in debug mode