From a53630b91177dcb34c8a783c8966f72d6ad3a4d2 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Wed, 18 Dec 2024 23:49:49 +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 3174a33..bed67b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chwd" -version = "1.11.1" +version = "1.11.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e03db01..f9669d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chwd" -version = "1.11.1" +version = "1.11.2" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021"