1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00

chore(release): v0.10.0

This commit is contained in:
Jake Stanger 2023-02-01 22:21:07 +00:00
parent 181561fe2a
commit d40b3b7d80
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1343,7 +1343,7 @@ checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
[[package]] [[package]]
name = "ironbar" name = "ironbar"
version = "0.9.0" version = "0.10.0"
dependencies = [ dependencies = [
"async_once", "async_once",
"cfg-if", "cfg-if",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ironbar" name = "ironbar"
version = "0.9.0" version = "0.10.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "Customisable GTK Layer Shell wlroots/sway bar" description = "Customisable GTK Layer Shell wlroots/sway bar"