Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatho committed Aug 10, 2021
1 parent 7e8ccde commit 6f4a819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "mupen64plus-input-gca"
version = "0.2.3"
version = "0.3.0"
authors = ["Amandus Søve Thorsrud <ama.thorsrud@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct PluginInfo {

static PLUGIN_INFO: PluginInfo = PluginInfo {
name: static_cstr!("GC Adapter (for Wii U or Switch) Input Plugin"),
version: 0x000203, // v0.2.3
version: 0x000300, // v0.3.0
target_api_version: 0x020100, // v2.1.0
};

Expand Down

0 comments on commit 6f4a819

Please sign in to comment.