diff --git a/Cargo.lock b/Cargo.lock index fc56112..c5845ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "i3stat" -version = "0.10.0" +version = "0.10.1" dependencies = [ "async-trait", "automod", diff --git a/Cargo.toml b/Cargo.toml index fdf91ea..aa4bed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3stat" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["acheronfail "] description = "A lightweight and batteries-included status_command for i3 and sway"