From 3b49a0e88bcd3b64f8772c4f9ad43f2613bebc5b Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Wed, 3 May 2017 21:42:01 -0400 Subject: [PATCH] Bump version following openssl change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7aeed1..7d261fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buzz" -version = "0.1.0" +version = "0.2.0" description = "A simple system tray application for notifying about unseen e-mail" readme = "README.md"