From c906dd40fbdb059a2744ecdd2410d4482afec0d7 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 28 Jan 2023 14:49:53 +0000 Subject: [PATCH] chore(release): v0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb8b49b..8fc307c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "ironbar" -version = "0.8.0" +version = "0.9.0" dependencies = [ "async_once", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4ee119f..1842639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironbar" -version = "0.8.0" +version = "0.9.0" edition = "2021" license = "MIT" description = "Customisable GTK Layer Shell wlroots/sway bar"