From 1088c950926f42c638d6acb573c6784fdffd03d0 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 6 May 2022 22:25:44 +0200 Subject: [PATCH] Release swayrbar v0.2.1 --- Cargo.lock | 2 +- swayrbar/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2480c8..0473a2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,7 +637,7 @@ dependencies = [ [[package]] name = "swayrbar" -version = "0.2.0" +version = "0.2.1" dependencies = [ "battery", "chrono", diff --git a/swayrbar/Cargo.toml b/swayrbar/Cargo.toml index 17da226..6800d50 100644 --- a/swayrbar/Cargo.toml +++ b/swayrbar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayrbar" -version = "0.2.0" +version = "0.2.1" edition = "2021" homepage = "https://sr.ht/~tsdh/swayr/#swayrbar" repository = "https://git.sr.ht/~tsdh/swayr"