Skip to content

Commit

Permalink
Make landmass and bevy_landmass 0.7.0 and 0.8.0 respectively.
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyDev committed Nov 30, 2024
1 parent ab225fd commit d07134c
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-dev"
version = "0.8.0"
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-dev" }
landmass = { path = "../landmass", version = "0.7.0" }

[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-dev"
version = "0.7.0"

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

Expand Down

0 comments on commit d07134c

Please sign in to comment.