From b8f4dd0b0dd60e674019d60b26333f1f7ec7c4fc Mon Sep 17 00:00:00 2001 From: Christopher Brickley Date: Sat, 25 Feb 2017 20:18:46 -0500 Subject: [PATCH] chore: release 0.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f7ec2ec6..2ce6847a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "slack-hook" readme = "README.md" repository = "https://github.com/frostly/rust-slack" -version = "0.2.0" +version = "0.3.0" [dependencies] chrono = ">= 0.2.25, < 0.4.0"