Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jan 19, 2024
1 parent 9c562a3 commit acaadd9
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.18.0"
version = "0.19.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "Rusty Utility AI library"
Expand All @@ -16,7 +16,7 @@ homepage = "https://github.com/zkat/big-brain"

[dependencies]
bevy = { version = "0.12.1", default-features = false }
big-brain-derive = { version = "=0.18.0", path = "./derive" }
big-brain-derive = { version = "=0.19.0", path = "./derive" }

[dev-dependencies]
bevy = { version = "0.12.1", 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.18.0"
version = "0.19.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "Procedural macros to simplify implementation of Big Brain traits"
documentation = "https://docs.rs/big-brain-derive"
Expand Down

0 comments on commit acaadd9

Please sign in to comment.