Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Aug 11, 2024
1 parent a64c947 commit 4b7f513
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/bevy_dogoap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_dogoap"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "bevy_dogoap"
license = "MIT"
Expand All @@ -13,6 +13,6 @@ compute-pool = []
[dependencies]
bevy = { version = "0.14.0", default-features = false, optional = false, features = ["wayland", "bevy_gizmos", "bevy_text", "multi_threaded", "default_font", "webgl2"]}
bevy-trait-query-0-14-0 = { version = "0.6.2" }
dogoap = { path = "../dogoap", version = "0.2.0"}
dogoap_macros = { path = "../dogoap_macros", version = "0.2.0"}
dogoap = { path = "../dogoap", version = "0.3.0"}
dogoap_macros = { path = "../dogoap_macros", version = "0.3.0"}
rand = "0.8.5"
2 changes: 1 addition & 1 deletion crates/dogoap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dogoap"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "dogoap"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/dogoap_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dogoap_macros"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "dogoap_macros"
license = "MIT"
Expand Down

0 comments on commit 4b7f513

Please sign in to comment.