From 93677b195be2173cbe94fcbf098a7a44d1eb0073 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Tue, 12 Apr 2022 21:51:54 +0200 Subject: [PATCH] Release swayrbar 0.0.3 --- Cargo.lock | 2 +- swayrbar/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f252e5..4091868 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "swayrbar" -version = "0.0.2" +version = "0.0.3" dependencies = [ "battery", "chrono", diff --git a/swayrbar/Cargo.toml b/swayrbar/Cargo.toml index 687fa53..0924bb8 100644 --- a/swayrbar/Cargo.toml +++ b/swayrbar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayrbar" -version = "0.0.2" +version = "0.0.3" edition = "2021" homepage = "https://sr.ht/~tsdh/swayr/#swayrbar" repository = "https://git.sr.ht/~tsdh/swayr"