diff --git a/Cargo.lock b/Cargo.lock index 0af8f5fe4..88c40d089 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ [[package]] name = "i3status-rs" -version = "0.14.0" +version = "0.14.1" dependencies = [ "assert_fs", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f7dd739c3..c7f8b442c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A feature-rich and resource-friendly replacement for i3status, wr repository = "https://github.com/greshake/i3status-rust/" readme = "README.md" license = "GPLv3" -version = "0.14.0" +version = "0.14.1" authors = ["Kai Greshake ", "Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)"] edition = "2018"