From 3b0464214821454927c633a8b24f5c8e3f0a427b Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 5 Nov 2022 17:33:18 +0000 Subject: [PATCH] chore(release): v0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d964975..0ea11a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1135,7 +1135,7 @@ dependencies = [ [[package]] name = "ironbar" -version = "0.6.0" +version = "0.7.0" dependencies = [ "async_once", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 50057c0..900e3b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironbar" -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "MIT" description = "Customisable GTK Layer Shell wlroots/sway bar"