diff --git a/Cargo.lock b/Cargo.lock index 7a072584b..af160c8bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,7 +931,7 @@ dependencies = [ [[package]] name = "i3status-rs" -version = "0.31.5" +version = "0.31.6" dependencies = [ "async-once-cell", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3e081bf23..0c3456cb5 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 = "GPL-3.0-only" -version = "0.31.5" +version = "0.31.6" authors = [ "Kai Greshake ", "Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)",