From afd3cbdedec541438be037dc8fc4d2bea9e28f2c Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Mon, 19 Feb 2024 16:50:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8103f3f..3ed139b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/Cargo.toml b/Cargo.toml index 9244bf6..2769716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bump2version" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "⬆️ Easily manage version numbers in your projects." license = "MIT"