aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-06-24 09:38:24 -0700
committerZeyla Hellyer <[email protected]>2017-06-24 09:38:24 -0700
commitb49f5808fbc8bf67ca4bdd004d21f75b52057273 (patch)
treeb39c76fead6e362caccb387ce91f270e8280a544 /Cargo.toml
parentFix no-framework, client compiles (diff)
downloadserenity-b49f5808fbc8bf67ca4bdd004d21f75b52057273.tar.xz
serenity-b49f5808fbc8bf67ca4bdd004d21f75b52057273.zip
Bump to v0.3.0v0.3.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 6e1f73a..7a13117 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.2.0"
+version = "0.3.0"
[dependencies]
base64 = "~0.6"