From 79adde8291533da12abb452d8684236fdb294bc6 Mon Sep 17 00:00:00 2001 From: MaxVerevkin Date: Tue, 7 May 2024 15:41:18 +0300 Subject: [PATCH] v0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8914a52..8a3f318 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,7 +268,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "i3bar-river" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6615408..9616a67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "i3bar-river" description = "A port of i3bar for wlroots-based compositors " repository = "https://github.com/MaxVerevkin/i3bar-river" readme = "README.md" -version = "0.1.8" +version = "0.1.9" edition = "2021" license = "GPL-3.0-only" authors = ["MaxVerevkin "]