Skip to content

Commit

Permalink
Make landmass and bevy_landmass 0.8.0-dev and 0.9.0-dev respectively.
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyDev committed Nov 30, 2024
1 parent d07134c commit 13ae4d1
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.8.0"
version = "0.9.0-dev"
edition = "2021"

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

[dev-dependencies]
bevy = "0.15.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.7.0"
version = "0.8.0-dev"

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

Expand Down

0 comments on commit 13ae4d1

Please sign in to comment.