From 41ec6957c2383e1d8ce2ed0cd9e4b090475c87d8 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 3 Oct 2024 22:00:41 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af43ce3..80d33ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chwd" -version = "1.9.0" +version = "1.9.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9134fb2..d522642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chwd" -version = "1.9.0" +version = "1.9.1" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021"