From 78606fb78787c3f1c484c04c2c231e0dc778b8db Mon Sep 17 00:00:00 2001 From: Alice I Cecile Date: Fri, 13 Dec 2024 22:15:12 -0800 Subject: [PATCH] Missed version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63076e93..0127be2c 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.1" +version = "0.16.0" authors = ["Leafwing Studios"] homepage = "https://leafwing-studios.com/" repository = "https://github.com/leafwing-studios/leafwing-input-manager"