aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-05-13 14:49:51 -0700
committerZeyla Hellyer <[email protected]>2017-05-13 14:49:51 -0700
commit6b4d17cab00c759b6a0f9720c098ca2e30d3c51c (patch)
treebfadc0c99be2430a3bebccd5810177ea5c1c4729 /Cargo.toml
parentFix internal enum being exported (diff)
downloadserenity-0.2.0.tar.xz
serenity-0.2.0.zip
Bump to v0.2.0v0.2.0
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 6b5dc87..0a43713 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "ISC"
name = "serenity"
readme = "README.md"
repository = "https://github.com/zeyla/serenity.git"
-version = "0.1.5"
+version = "0.2.0"
[dependencies]
base64 = "~0.5"