Skip to content

Commit

Permalink
chore(release): v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed May 5, 2024
1 parent 3a947d1 commit 3a1c604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
zbus = { version = "3.15.2", default-features = false, features = ["tokio"], optional = true } # notifications, upower

0 comments on commit 3a1c604

Please sign in to comment.