From fae1ba62b72238e4c4cbb97b8c5e2efa6b36d215 Mon Sep 17 00:00:00 2001 From: acheronfail Date: Mon, 8 Jan 2024 21:01:42 +1030 Subject: [PATCH] 0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95d15cf..0dce5a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "i3stat" -version = "0.11.0" +version = "0.12.0" dependencies = [ "async-trait", "automod", diff --git a/Cargo.toml b/Cargo.toml index 0f0a971..b6089eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3stat" -version = "0.11.0" +version = "0.12.0" edition = "2021" authors = ["acheronfail "] description = "A lightweight and batteries-included status_command for i3 and sway"