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"