From dcad2f27ceef1bbbf8f345ca865366d31c3b4b82 Mon Sep 17 00:00:00 2001 From: sbayw-bot Date: Tue, 12 Sep 2023 11:52:58 +0100 Subject: [PATCH] chore(release): v1.4.1-alpha.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e209efd..bd4a95c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ dependencies = [ [[package]] name = "donder-release" -version = "1.4.1-alpha.2" +version = "1.4.1-alpha.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 63e6123..1d5539a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "donder-release" -version = "1.4.1-alpha.2" +version = "1.4.1-alpha.3" 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 3356fe9..ba6b2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "donder-release-cli", - "version": "1.4.1-alpha.2", + "version": "1.4.1-alpha.3", "description": "Quickly create releases on Github from the command line or CI using conventional commits.", "repository": { "type": "git",