aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLakelezz <[email protected]>2017-10-07 14:34:39 +0200
committeralex <[email protected]>2017-10-07 14:34:39 +0200
commitb3aa441c2d61ba324396deaf70f2c5818fd3f528 (patch)
treefabd9ae03e44c1c4b950fae6b1c78ee6505a426e /Cargo.toml
parentMake `has_correct_permissions` a free-standing function (diff)
downloadserenity-b3aa441c2d61ba324396deaf70f2c5818fd3f528.tar.xz
serenity-b3aa441c2d61ba324396deaf70f2c5818fd3f528.zip
Help-commands filtering and Member-prefix-search (#182)
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 3d5efa3..d8f8ae9 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.4.0"
+version = "0.4.1"
[dependencies]
bitflags = "^1.0"