bump version to 0.2.2 (v0.2.1 tag already taken)
Some checks failed
Mirror to GitHub / mirror (push) Successful in 51s
Build and publish package / package (push) Failing after 40s
release / build (push) Successful in 1m34s

This commit is contained in:
Breadway 2026-07-03 22:50:13 +08:00
parent 3aad7109c0
commit e057f97e82
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -119,7 +119,7 @@ dependencies = [
[[package]] [[package]]
name = "breadbar" name = "breadbar"
version = "0.2.1" version = "0.2.2"
dependencies = [ dependencies = [
"bread-theme", "bread-theme",
"futures-lite", "futures-lite",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "breadbar" name = "breadbar"
version = "0.2.1" version = "0.2.2"
edition = "2021" edition = "2021"
description = "Minimal status bar and notification daemon for Hyprland on Wayland" description = "Minimal status bar and notification daemon for Hyprland on Wayland"
license = "MIT" license = "MIT"