Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jul 9, 2024
1 parent b6c19c8 commit 60f7543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "big-brain"
version = "0.21.0"
version = "0.21.1"
authors = ["Kat Marchán <[email protected]>"]
edition = "2021"
description = "Rusty Utility AI library"
Expand All @@ -16,7 +16,7 @@ homepage = "https://github.com/zkat/big-brain"

[dependencies]
bevy = { version = "0.14.0", default-features = false }
big-brain-derive = { version = "=0.20.0", path = "./derive" }
big-brain-derive = { version = "=0.21.1", path = "./derive" }

[dev-dependencies]
bevy = { version = "0.14.0", default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "big-brain-derive"
version = "0.20.0"
version = "0.21.1"
authors = ["Kat Marchán <[email protected]>"]
description = "Procedural macros to simplify implementation of Big Brain traits"
documentation = "https://docs.rs/big-brain-derive"
Expand Down

0 comments on commit 60f7543

Please sign in to comment.