From cab851233924fce3d151d2e481ae19fe1747f50e Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:15:21 +0800 Subject: [PATCH] Bump version --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 | 2 +- hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json | 2 +- nodejs-wrapper-source/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 74139e1..4299ab0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,7 +18,7 @@ body: description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)." multiple: true options: - - "v1.4.0-beta.1" + - "v1.4.0" - "v1.3.2" - "v1.3.1" - "v1.3.0" diff --git a/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 b/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 index fd49b50..481c563 100644 --- a/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 +++ b/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 @@ -250,7 +250,7 @@ ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)' # Prerelease string of this module - Prerelease = 'beta1' + # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save RequireLicenseAcceptance = $False diff --git a/hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json b/hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json index f1bbff8..e28ff3e 100644 --- a/hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json +++ b/hugoalh.GitHubActionsToolkit/module/nodejs-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper-distribution", - "version": "1.4.0-beta.1", + "version": "1.4.0", "description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.", "keywords": [ "gh-actions", diff --git a/nodejs-wrapper-source/package.json b/nodejs-wrapper-source/package.json index 9bf9e61..6e0b647 100644 --- a/nodejs-wrapper-source/package.json +++ b/nodejs-wrapper-source/package.json @@ -1,6 +1,6 @@ { "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper", - "version": "1.4.0-beta.1", + "version": "1.4.0", "description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.", "keywords": [ "gh-actions",