From 07fd71d9d1f7cbdb2cba5789dcab5a7b2a81a22f Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 24 Feb 2019 17:49:09 -0500 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1d9dce..b37db59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "buzz" -version = "1.1.6" +version = "1.1.7" dependencies = [ "askama_escape 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f85851f..8e10273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buzz" -version = "1.1.6" +version = "1.1.7" description = "A simple system tray application for notifying about unseen e-mail" readme = "README.md"