From 4c1fb6fe871091ba25f7efabf280b032a0c3b1d7 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 17 Mar 2024 23:16:01 +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 826c646..669f5d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chwd" -version = "0.1.0" +version = "1.4.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1660c95..55a610c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chwd" -version = "0.1.0" +version = "1.4.2" authors = ["Vladislav Nepogodin "] license = "GPLv3" edition = "2021"