chore: bump 1.1.0 → 1.1.1

This commit is contained in:
technofab 2025-07-09 17:11:22 +02:00
parent 2136a99b31
commit f6a50bbda0
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
current_version = "1.1.0"
current_version = "1.1.1"
commit = true
tag = true
message = "chore: bump {current_version} → {new_version}"

2
Cargo.lock generated
View file

@ -61,7 +61,7 @@ dependencies = [
[[package]]
name = "bump2version"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"clap",
"regex",

View file

@ -1,6 +1,6 @@
[package]
name = "bump2version"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
description = "⬆️ Easily manage version numbers in your projects."
license = "MIT"