From 6a68ace7bcdd18a444f69610dbe3f6fd99d7b5b6 Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Sat, 23 Mar 2024 01:18:52 -0400 Subject: [PATCH] chore: Release virtual_joystick version 2.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8956764..e8fc5f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3540,7 +3540,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "virtual_joystick" -version = "2.1.0" +version = "2.2.0" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 255e64a..1430eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtual_joystick" -version = "2.1.0" +version = "2.2.0" edition = "2021" categories = ["game-engines", "input", "gui"] description = "Bevy virtual Joystick for mobile games" diff --git a/README.md b/README.md index c18ad46..4963f0b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Aviable and compatible versions | bevy | VirtualJoystick | |--------|-----------------| -| 0.13 | 2.1.0 | +| 0.13 | 2.2.0 | | 0.12 | 2.1.0 | | 0.11 | 2.0.1 | | 0.10.1 | 1.1.2 |