Skip to content

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Apr 17, 2023
1 parent fbf7613 commit dca55b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtual_joystick"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
categories = ["game-engines", "input", "gui"]
description = "Bevy virtual Joystick for mobile games"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Aviable and compatible versions

| bevy | VirtualJoystick |
|--------|-----------------|
| 0.10.1 | 1.0.1 |
| 0.10.1 | 1.0.2 |

# Features
- Support Mouse and Touch
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple_joysticks_mobile/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/simple_mobile/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/simple_pc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dca55b4

Please sign in to comment.