diff --git a/Cargo.lock b/Cargo.lock index c1a054e..9b462e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "donder-release" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b8c356d..cd6a9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "donder-release" -version = "1.3.0" +version = "1.4.0" authors = ["Bruno Morgado "] description = "Quickly create releases on Github from the command line or CI using conventional commits." license = "MIT" diff --git a/package.json b/package.json index 7086d3a..eae1ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "donder-release-cli", - "version": "1.3.0", + "version": "1.4.0", "description": "Quickly create releases on Github from the command line or CI using conventional commits.", "repository": { "type": "git",