Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Dec 23, 2024
1 parent 6e9375b commit a4102c6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 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.3.0"
version = "0.4.0"
edition = "2021"
description = "bevy_dogoap"
license = "MIT"
Expand All @@ -21,6 +21,6 @@ bevy = { version = "0.15", default-features = false, optional = false, features
"bevy_window",
] }
bevy-trait-query = { version = "0.7.0" }
dogoap = { path = "../dogoap", version = "0.3.0" }
dogoap_macros = { path = "../dogoap_macros", version = "0.3.0" }
dogoap = { path = "../dogoap", version = "0.4.0" }
dogoap_macros = { path = "../dogoap_macros", version = "0.4.0" }
rand = "0.8.5"
3 changes: 2 additions & 1 deletion crates/bevy_dogoap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ With this example, it should take about 2-3 frames until IsHungry is now set to

| bevy | bevy_dogoap |
| ---- | ----------- |
| 0.14 | 0.2.0 |
| 0.15 | 0.4.0 |
| 0.14 | 0.3.0 |
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.3.0"
version = "0.4.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.3.0"
version = "0.4.0"
edition = "2021"
description = "dogoap_macros"
license = "MIT"
Expand Down

0 comments on commit a4102c6

Please sign in to comment.