aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-06-26 19:55:59 +0100
committerMatthew Collins <[email protected]>2018-06-26 19:55:59 +0100
commit44fa2974126bbcfd361d85dde2a55aeb50efe06d (patch)
treead4afbeb672aa109e3cbc73d07c983dfec6bfa36
parentFix a crash requesting friends when the user is offline (diff)
downloadsteamworks-rs-44fa2974126bbcfd361d85dde2a55aeb50efe06d.tar.xz
steamworks-rs-44fa2974126bbcfd361d85dde2a55aeb50efe06d.zip
Version 0.4.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f044a13..b82a920 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "steamworks"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Thinkofname"]
description = "Provides rust friendly bindings to the steamworks sdk"
license = "MIT / Apache-2.0"