From fae181a0321574500fe1cd8100ae6ec6df15c985 Mon Sep 17 00:00:00 2001 From: acheronfail Date: Thu, 28 Dec 2023 21:31:49 +1030 Subject: [PATCH] 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd51daa..95d15cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "i3stat" -version = "0.10.4" +version = "0.11.0" dependencies = [ "async-trait", "automod", diff --git a/Cargo.toml b/Cargo.toml index dad065b..d4ca6d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3stat" -version = "0.10.4" +version = "0.11.0" edition = "2021" authors = ["acheronfail "] description = "A lightweight and batteries-included status_command for i3 and sway"