diff --git a/Cargo.lock b/Cargo.lock index aca115a..8e535bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "donder-release" -version = "1.5.1" +version = "1.5.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3d32b52..bc3d097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "donder-release" -version = "1.5.1" +version = "1.5.2" 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 3fffc44..2e807f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "donder-release-cli", - "version": "1.5.1", + "version": "1.5.2", "description": "Quickly create releases on Github from the command line or CI using conventional commits.", "repository": { "type": "git",