From d4efd790e5c129223a692ad1090113e95f2bdf50 Mon Sep 17 00:00:00 2001 From: makspll Date: Mon, 9 Jan 2023 12:19:02 +0000 Subject: [PATCH] bump versions --- Cargo.toml | 4 ++-- bevy_console_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8aee2c..4e2e019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_console" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["RichoDemus "] homepage = "https://github.com/RichoDemus/bevy-console" @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] bevy = { version = "0.9", default-features = false } clap = { version = "=4.0.32", features = ["derive"]} -bevy_console_derive = { path = "./bevy_console_derive", version = "0.4.0" } +bevy_console_derive = { path = "./bevy_console_derive", version = "0.5.0" } bevy_egui = "0.17" [dev-dependencies] diff --git a/bevy_console_derive/Cargo.toml b/bevy_console_derive/Cargo.toml index b1da75c..f3b9e59 100644 --- a/bevy_console_derive/Cargo.toml +++ b/bevy_console_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_console_derive" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Ari Seyhun "] homepage = "https://github.com/RichoDemus/bevy-console"