From fae170d506bcdbdf94fa8e59083a1a3adce949ea Mon Sep 17 00:00:00 2001 From: acheronfail Date: Thu, 18 Apr 2024 12:21:27 +0930 Subject: [PATCH] 0.13.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"