From 0e8c8a17702a3f69acd232a957a48c75583674fd Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sun, 18 Jun 2023 23:09:58 +0100 Subject: [PATCH] chore: bump version to 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df8804e..0c41b60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "ironbar" -version = "0.12.1" +version = "0.13.0" dependencies = [ "async_once", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d35de71..62b4ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironbar" -version = "0.12.1" +version = "0.13.0" edition = "2021" license = "MIT" description = "Customisable GTK Layer Shell wlroots/sway bar"