From b801751bdabd8416084f46e6b6d803ea28a259ec Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Wed, 7 Sep 2022 22:47:57 +0100 Subject: [PATCH] chore(release): v0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00e3a4f..5f18ae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,7 +1084,7 @@ dependencies = [ [[package]] name = "ironbar" -version = "0.5.1" +version = "0.5.2" dependencies = [ "chrono", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index ef27b95..b2a9947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironbar" -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "MIT" description = "Customisable wlroots/sway bar"