From b2e68fec95378ad5e9eb177b8f0f4ccb900b13e6 Mon Sep 17 00:00:00 2001 From: Mahmoud Harmouch Date: Thu, 14 Nov 2024 06:04:16 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= 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 bab661c..a8a01eb 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/Cargo.toml b/Cargo.toml index 916df1b..f25bc65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bump2version" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "⬆️ Easily manage version numbers in your projects." license = "MIT"