diff --git a/Cargo.lock b/Cargo.lock index 2c5913e..010072b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1653,7 +1653,7 @@ checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "ironbar" -version = "0.16.0-pre" +version = "0.16.0" dependencies = [ "cairo-rs", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 74a98a8..d658101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironbar" -version = "0.16.0-pre" +version = "0.16.0" edition = "2021" license = "MIT" description = "Customisable GTK Layer Shell wlroots/sway bar"