diff --git a/Cargo.lock b/Cargo.lock index 0dce5a0..3964566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "i3stat" -version = "0.12.0" +version = "0.13.0" dependencies = [ "async-trait", "automod", diff --git a/Cargo.toml b/Cargo.toml index b6089eb..0ff42b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3stat" -version = "0.12.0" +version = "0.13.0" edition = "2021" authors = ["acheronfail "] description = "A lightweight and batteries-included status_command for i3 and sway"