From 9e2b2ef1f7bb22afb322c589bc0f830226e1dd54 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sat, 28 Sep 2024 14:24:39 +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 ff0212b..8e7614b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chwd" -version = "1.8.8" +version = "1.9.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index aae5e04..9134fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chwd" -version = "1.8.8" +version = "1.9.0" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021"