diff --git a/Cargo.lock b/Cargo.lock index 78bd3a9..e2814b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "commit-helper" -version = "0.1.1" +version = "0.1.2" dependencies = [ "inquire", ] diff --git a/Cargo.toml b/Cargo.toml index fb864cb..0481167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "commit-helper" -version = "0.1.1" +version = "0.1.2" edition = "2021" [[bin]]