From fae192ea2d18c4682a865ed0051cc53a27e7839c Mon Sep 17 00:00:00 2001 From: acheronfail Date: Mon, 20 Nov 2023 12:11:45 +1030 Subject: [PATCH] 0.10.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4aacc0f..cd51daa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "i3stat" -version = "0.10.4-rc4" +version = "0.10.4" dependencies = [ "async-trait", "automod", diff --git a/Cargo.toml b/Cargo.toml index dc17793..dad065b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i3stat" -version = "0.10.4-rc4" +version = "0.10.4" edition = "2021" authors = ["acheronfail "] description = "A lightweight and batteries-included status_command for i3 and sway"