Skip to content

Commit

Permalink
Bump the version of landmass and bevy_landmass.
Browse files Browse the repository at this point in the history
This doesn't really do anything until we publish.
  • Loading branch information
andriyDev committed Jul 5, 2024
1 parent e918573 commit a23b23a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_landmass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_landmass"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

description = "A plugin for Bevy to handle navigation of AI characters."
Expand All @@ -23,7 +23,7 @@ bevy = { version = "0.13.0", default-features = false, features = [
"bevy_asset",
"bevy_gizmos",
] }
landmass = { path = "../landmass", version = "0.4.0" }
landmass = { path = "../landmass", version = "0.5.0" }

[dev-dependencies]
bevy = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/landmass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "landmass"
version = "0.4.0"
version = "0.5.0"

description = "A navigation system for video game characters to walk around levels."

Expand Down

0 comments on commit a23b23a

Please sign in to comment.