Skip to content

Commit 6f61680

Browse files
committed
Bump version numbers
1 parent 4ccd65f commit 6f61680

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wooting-analog-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-common"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

wooting-analog-plugin-dev/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-plugin-dev"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"
@@ -15,8 +15,8 @@ documentation = "https://docs.rs/wooting-analog-plugin-dev"
1515
[dependencies]
1616
#use this for local development
1717
wooting-analog-common = { path = "../wooting-analog-common"}
18-
#Use this when publishing
19-
# wooting-analog-common = "0.7.0"
18+
# Use this when publishing
19+
# wooting-analog-common = "0.7.1"
2020
ffi-support = "0.4"
2121

2222

wooting-analog-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-plugin"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

wooting-analog-sdk-updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-sdk-updater"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66

wooting-analog-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-sdk"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

wooting-analog-test-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-test-plugin"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66

wooting-analog-virtual-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-virtual-control"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66

wooting-analog-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wooting-analog-wrapper"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["simon-wh <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)