aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-05-02 21:17:30 +0100
committerMatthew Collins <[email protected]>2018-05-02 21:17:30 +0100
commitaad5890dd84dca37365f025f18845181f99f5dd3 (patch)
tree280b33e9fbbd8d45c0a00a65ac27edbb038e2142
parentAdd restart_app_if_necessary (diff)
downloadsteamworks-rs-aad5890dd84dca37365f025f18845181f99f5dd3.tar.xz
steamworks-rs-aad5890dd84dca37365f025f18845181f99f5dd3.zip
Minor bump due to slight mistake with last publish
-rw-r--r--Cargo.toml2
-rw-r--r--steamworks-sys/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4575071..768049e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"