From e057f97e82b758ca30ce2c9670eb88a268811735 Mon Sep 17 00:00:00 2001 From: Breadway Date: Fri, 3 Jul 2026 22:50:13 +0800 Subject: [PATCH] bump version to 0.2.2 (v0.2.1 tag already taken) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 395cafc..7438d58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "breadbar" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bread-theme", "futures-lite", diff --git a/Cargo.toml b/Cargo.toml index de62e7a..e4d513d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "breadbar" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Minimal status bar and notification daemon for Hyprland on Wayland" license = "MIT"