From 192e9944b85e0e39448b6ba4cfb5e633a55052f6 Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Sun, 3 Mar 2024 13:18:43 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 3ed139b..c535e18 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/Cargo.toml b/Cargo.toml index 2769716..856cac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bump2version" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "⬆️ Easily manage version numbers in your projects." license = "MIT"