From 226bca632e9b2e47140bee1d8f4fa0fb2b6b796a Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Mon, 15 Aug 2022 21:12:15 +0100 Subject: [PATCH] chore(release): v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04cd26c..2bd19b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1033,7 +1033,7 @@ dependencies = [ [[package]] name = "ironbar" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "cornfig", diff --git a/Cargo.toml b/Cargo.toml index afb65ba..1a6d350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironbar" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" description = "Customisable wlroots/sway bar"