Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
zkat committed May 17, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent b0d0b1f commit f75c65e
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.19.0"
version = "0.20.0"
authors = ["Kat Marchán <[email protected]>"]
edition = "2021"
description = "Rusty Utility AI library"
@@ -16,7 +16,7 @@ homepage = "https://github.com/zkat/big-brain"

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

[dev-dependencies]
bevy = { version = "0.13.2", default-features = true }
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.19.0"
version = "0.20.0"
authors = ["Kat Marchán <[email protected]>"]
description = "Procedural macros to simplify implementation of Big Brain traits"
documentation = "https://docs.rs/big-brain-derive"

0 comments on commit f75c65e

Please sign in to comment.