From 47007063b88d24cd48d094b4fcfff2be3f2e0fcd Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Sun, 18 Feb 2024 21:43:43 -0500 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- RELEASES.md | 2 +- macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6646fe3a..9200cf93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ block_ui_interactions = [] egui = ['dep:bevy_egui'] [dependencies] -leafwing_input_manager_macros = { path = "macros", version = "0.11" } +leafwing_input_manager_macros = { path = "macros", version = "0.12" } bevy = { version = "0.12", default-features = false, features = [ "serialize", "bevy_gilrs", diff --git a/RELEASES.md b/RELEASES.md index 9ea020b9..8678b4d4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,6 @@ # Release Notes -## Unreleased +## Version 0.12 ### Enhancements diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f7af55ad..5afe917a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "leafwing_input_manager_macros" description = "Macros for the `leafwing-input-manager` crate" -version = "0.11.0" +version = "0.12.0" license = "MIT OR Apache-2.0" edition = "2021"