diff --git a/Cargo.toml b/Cargo.toml index 51a21524..488d02d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "leafwing-input-manager" description = "A powerful, flexible and ergonomic way to manage action-input keybindings for the Bevy game engine." -version = "0.15.0" +version = "0.15.1" authors = ["Leafwing Studios"] homepage = "https://leafwing-studios.com/" repository = "https://github.com/leafwing-studios/leafwing-input-manager" @@ -44,7 +44,7 @@ ui = ['bevy/bevy_ui'] egui = ['dep:bevy_egui'] [dependencies] -leafwing_input_manager_macros = { path = "macros", version = "0.15" } +leafwing_input_manager_macros = { path = "macros", version = "0.15.1" } bevy = { version = "0.14.0-rc.3", default-features = false, features = [ "serialize", ] } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 7ce66150..e4ee652a 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.15.0" +version = "0.15.1" license = "MIT OR Apache-2.0" edition = "2021"