aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-12-05 09:03:41 -0800
committerAustin Hellyer <[email protected]>2016-12-05 09:03:41 -0800
commit5991e9c36312d4e0d93d1053ab5822b2fc20fe2b (patch)
treec3e1da766a88608bc4d9b14ba798315d6a319799 /Cargo.toml
parentAdd a ShareMap across contexts (diff)
downloadserenity-5991e9c36312d4e0d93d1053ab5822b2fc20fe2b.tar.xz
serenity-5991e9c36312d4e0d93d1053ab5822b2fc20fe2b.zip
Release v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 78caa80..7fa498f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ license = "ISC"
name = "serenity"
readme = "README.md"
repository = "https://github.com/zeyla/serenity.rs.git"
-version = "0.1.0"
+version = "0.1.1"
[dependencies]
base64 = "0.2"