diff --git a/Cargo.lock b/Cargo.lock index 496a71f..6e6fb67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1575,7 +1575,7 @@ checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "ironbar" -version = "0.15.1-pre" +version = "0.15.1" dependencies = [ "cairo-rs", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d603ba0..3e6b4c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironbar" -version = "0.15.1-pre" +version = "0.15.1" edition = "2021" license = "MIT" description = "Customisable GTK Layer Shell wlroots/sway bar" @@ -157,4 +157,4 @@ futures-lite = { version = "2.3.0", optional = true } # workspaces, upower regex = { version = "1.10.4", default-features = false, features = [ "std", ], optional = true } # music, sys_info -zbus = { version = "3.15.2", default-features = false, features = ["tokio"], optional = true } # notifications, upower \ No newline at end of file +zbus = { version = "3.15.2", default-features = false, features = ["tokio"], optional = true } # notifications, upower