From e8694fa82c02773d05ad040585f65ee8f74edc8f Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Mon, 11 Nov 2024 01:56:08 +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 0a6eaaa..4fd4a9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,7 +168,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chwd" -version = "1.10.0" +version = "1.10.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index fcca7e1..883982e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chwd" -version = "1.10.0" +version = "1.10.1" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021"