Skip to content

Commit

Permalink
change version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Dec 20, 2022
1 parent a45292a commit fa09da3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_console"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["RichoDemus <git@richodemus.com>"]
homepage = "https://github.com/RichoDemus/bevy-console"
Expand All @@ -11,8 +11,8 @@ readme = "README.md"

[dependencies]
bevy = { version = "0.9", default-features = false }
bevy_console_derive = { path = "./bevy_console_derive", version = "0.3.0" }
bevy_console_parser = { path = "./bevy_console_parser", version = "0.3.0" }
bevy_console_derive = { path = "./bevy_console_derive", version = "0.4.0" }
bevy_console_parser = { path = "./bevy_console_parser", version = "0.4.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.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Ari Seyhun <ariseyhun@live.com.au>"]
homepage = "https://github.com/RichoDemus/bevy-console"
Expand Down
2 changes: 1 addition & 1 deletion bevy_console_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_console_parser"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Ari Seyhun <ariseyhun@live.com.au>"]
homepage = "https://github.com/RichoDemus/bevy-console"
Expand Down

0 comments on commit fa09da3

Please sign in to comment.