Skip to content

Commit

Permalink
Prepare 0.15.1 release (#640)
Browse files Browse the repository at this point in the history
* Bump version number

* Bump macros crate
  • Loading branch information
alice-i-cecile authored Oct 6, 2024
1 parent 60db926 commit 0526be0
Show file tree
Hide file tree
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,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"
Expand Down Expand Up @@ -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",
] }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0526be0

Please sign in to comment.