diff options
| author | Matthew Collins <[email protected]> | 2020-01-25 23:35:53 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2020-01-25 23:35:53 +0000 |
| commit | 3551313cd783614da7da3a1d19e51478f0f86e3a (patch) | |
| tree | ef7e65ba22c1216191f9fb28671d56fabc32377d | |
| parent | Include generated bindings (Fixes #11) (diff) | |
| download | steamworks-rs-3551313cd783614da7da3a1d19e51478f0f86e3a.tar.xz steamworks-rs-3551313cd783614da7da3a1d19e51478f0f86e3a.zip | |
Bump version to 0.6.1
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | steamworks-sys/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "steamworks" -version = "0.6.0" +version = "0.6.1" authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index 484a4a6..66250b8 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamworks-sys" -version = "0.6.0" +version = "0.6.1" authors = ["Thinkofname"] build = "build.rs" description = "Provides raw bindings to the steamworks sdk" |