mirror of
https://github.com/TECHNOFAB11/bump2version.git
synced 2025-12-10 23:20:07 +01:00
chore: bump 1.1.0 → 1.1.1
This commit is contained in:
parent
2136a99b31
commit
f6a50bbda0
3 changed files with 3 additions and 3 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -61,7 +61,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bump2version"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"regex",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue