Skip to content

Commit a4102c6

Browse files
committed
Version bump
1 parent 6e9375b commit a4102c6

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bevy_dogoap/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_dogoap"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "bevy_dogoap"
66
license = "MIT"
@@ -21,6 +21,6 @@ bevy = { version = "0.15", default-features = false, optional = false, features
2121
"bevy_window",
2222
] }
2323
bevy-trait-query = { version = "0.7.0" }
24-
dogoap = { path = "../dogoap", version = "0.3.0" }
25-
dogoap_macros = { path = "../dogoap_macros", version = "0.3.0" }
24+
dogoap = { path = "../dogoap", version = "0.4.0" }
25+
dogoap_macros = { path = "../dogoap_macros", version = "0.4.0" }
2626
rand = "0.8.5"

crates/bevy_dogoap/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ With this example, it should take about 2-3 frames until IsHungry is now set to
9696

9797
| bevy | bevy_dogoap |
9898
| ---- | ----------- |
99-
| 0.14 | 0.2.0 |
99+
| 0.15 | 0.4.0 |
100+
| 0.14 | 0.3.0 |

crates/dogoap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dogoap"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "dogoap"
66
license = "MIT"

crates/dogoap_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dogoap_macros"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "dogoap_macros"
66
license = "MIT"

0 commit comments

Comments
 (0)