diff options
| author | Matthew Collins <[email protected]> | 2018-05-02 21:17:30 +0100 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-05-02 21:17:30 +0100 |
| commit | aad5890dd84dca37365f025f18845181f99f5dd3 (patch) | |
| tree | 280b33e9fbbd8d45c0a00a65ac27edbb038e2142 | |
| parent | Add restart_app_if_necessary (diff) | |
| download | steamworks-rs-aad5890dd84dca37365f025f18845181f99f5dd3.tar.xz steamworks-rs-aad5890dd84dca37365f025f18845181f99f5dd3.zip | |
Minor bump due to slight mistake with last publish
| -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.3.1" +version = "0.3.2" 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 a94ba83..96edbe7 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamworks-sys" -version = "0.2.2" +version = "0.2.3" authors = ["Thinkofname"] build = "build.rs" description = "Provides raw bindings to the steamworks sdk" |