diff --git a/Cargo.lock b/Cargo.lock index 6dd39d9..6c93e28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "buzz" -version = "1.0.7" +version = "1.1.0" dependencies = [ "imap 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "mailparse 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 97977e1..8202cd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buzz" -version = "1.0.7" +version = "1.1.0" description = "A simple system tray application for notifying about unseen e-mail" readme = "README.md"