From f75c65e892efb6bed6d51ec70596f02be350f42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 17 May 2024 14:11:10 -0700 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11d90cd..a61e4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain" -version = "0.19.0" +version = "0.20.0" authors = ["Kat Marchán "] 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 } diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 2f68c3d..3d40e66 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain-derive" -version = "0.19.0" +version = "0.20.0" authors = ["Kat Marchán "] description = "Procedural macros to simplify implementation of Big Brain traits" documentation = "https://docs.rs/big-brain-derive"