aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2020-01-25 23:35:53 +0000
committerMatthew Collins <[email protected]>2020-01-25 23:35:53 +0000
commit3551313cd783614da7da3a1d19e51478f0f86e3a (patch)
treeef7e65ba22c1216191f9fb28671d56fabc32377d
parentInclude generated bindings (Fixes #11) (diff)
downloadsteamworks-rs-3551313cd783614da7da3a1d19e51478f0f86e3a.tar.xz
steamworks-rs-3551313cd783614da7da3a1d19e51478f0f86e3a.zip
Bump version to 0.6.1
-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 a1a969f..b0e8b19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"