diff --git a/Cargo.lock b/Cargo.lock index 6f4c569..bd25490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,7 +931,7 @@ dependencies = [ [[package]] name = "i3stat" -version = "0.13.0" +version = "0.13.1" dependencies = [ "async-trait", "automod", diff --git a/Cargo.toml b/Cargo.toml index d0844da..c312250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3stat" -version = "0.13.0" +version = "0.13.1" edition = "2021" authors = ["acheronfail "] description = "A lightweight and batteries-included status_command for i3 and sway"