Skip to content

Commit 120f847

Browse files
committed
chore: Release
1 parent 0f72c2a commit 120f847

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "big-brain"
3-
version = "0.21.1"
3+
version = "0.22.0"
44
authors = ["Kat Marchán <[email protected]>"]
55
edition = "2021"
66
description = "Rusty Utility AI library"
@@ -16,7 +16,7 @@ homepage = "https://github.com/zkat/big-brain"
1616

1717
[dependencies]
1818
bevy = { version = "0.15.0", default-features = false }
19-
big-brain-derive = { version = "=0.21.1", path = "./derive" }
19+
big-brain-derive = { version = "=0.22.0", path = "./derive" }
2020

2121
[dev-dependencies]
2222
bevy = { version = "0.15.0", default-features = true }

derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "big-brain-derive"
3-
version = "0.21.1"
3+
version = "0.22.0"
44
authors = ["Kat Marchán <[email protected]>"]
55
description = "Procedural macros to simplify implementation of Big Brain traits"
66
documentation = "https://docs.rs/big-brain-derive"

0 commit comments

Comments
 (0)