diff --git a/Cargo.lock b/Cargo.lock index 7c03af7..1a1122a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "breadbar" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bread-screenshots", diff --git a/Cargo.toml b/Cargo.toml index ffa6d25..1648851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "breadbar" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Minimal status bar and notification daemon for Hyprland on Wayland" license = "MIT"