Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Jan 9, 2023
1 parent 98ef5d5 commit d4efd79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_console"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["RichoDemus <git@richodemus.com>"]
homepage = "https://github.com/RichoDemus/bevy-console"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion bevy_console_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_console_derive"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Ari Seyhun <ariseyhun@live.com.au>"]
homepage = "https://github.com/RichoDemus/bevy-console"
Expand Down

0 comments on commit d4efd79

Please sign in to comment.