From 42f7682afe2e18a5d4daf2b781b564d6fa05e4a9 Mon Sep 17 00:00:00 2001 From: Sergio Ribera Date: Fri, 7 Apr 2023 19:44:21 -0400 Subject: [PATCH] build: new version --- Cargo.toml | 2 +- README.md | 2 +- examples/simple_mobile/Cargo.lock | 2 +- examples/simple_pc/Cargo.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d018785..851d17f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virtual_joystick" -version = "0.1.0" +version = "0.1.1" edition = "2021" categories = ["game-engines", "input", "gui"] description = "Bevy virtual Joystick for mobile games" diff --git a/README.md b/README.md index 170bc8f..8230f8f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Aviable and compatible versions | bevy | VirtualJoystick | |--------|-----------------| -| 0.10.1 | 0.1.0 | +| 0.10.1 | 0.1.1 | # Features - Support Mouse and Touch diff --git a/examples/simple_mobile/Cargo.lock b/examples/simple_mobile/Cargo.lock index c5e4c4c..9081eb0 100644 --- a/examples/simple_mobile/Cargo.lock +++ b/examples/simple_mobile/Cargo.lock @@ -2938,7 +2938,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "virtual_joystick" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bevy", ] diff --git a/examples/simple_pc/Cargo.lock b/examples/simple_pc/Cargo.lock index de8d674..85ac8fe 100644 --- a/examples/simple_pc/Cargo.lock +++ b/examples/simple_pc/Cargo.lock @@ -3263,7 +3263,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "virtual_joystick" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bevy", "bevy-inspector-egui",