bump version

This commit is contained in:
Jon Gjengset 2019-02-24 17:49:09 -05:00
parent 2ad9adbdfa
commit 07fd71d9d1
No known key found for this signature in database
GPG Key ID: F8FBEB3BC15B735B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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"