From 39f46a365483785405429aee7dae2a0bf3f91aeb Mon Sep 17 00:00:00 2001 From: TECHNOFAB Date: Fri, 27 Dec 2024 13:59:20 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.1.4=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 7a9ff03..26e90be 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,4 +1,4 @@ -current_version = "0.1.4" +current_version = "1.0.0" commit = true tag = true message = "chore: bump {current_version} → {new_version}" diff --git a/Cargo.lock b/Cargo.lock index 498f83f..505f0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "bump2version" -version = "0.1.4" +version = "1.0.0" dependencies = [ "clap", "regex", diff --git a/Cargo.toml b/Cargo.toml index b8c6615..73bdd09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bump2version" -version = "0.1.4" +version = "1.0.0" edition = "2021" description = "⬆️ Easily manage version numbers in your projects." license = "MIT"