From acaadd94e3b54975cd31a92e16fc68432cf9ab35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 19 Jan 2024 14:16:22 -0800 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 b7da80a..79b6bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain" -version = "0.18.0" +version = "0.19.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.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 } diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 8742a44..2f68c3d 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "big-brain-derive" -version = "0.18.0" +version = "0.19.0" authors = ["Kat Marchán "] description = "Procedural macros to simplify implementation of Big Brain traits" documentation = "https://docs.rs/big-brain-derive"