Skip to content

Commit bb54e36

Browse files
committed
Bump version
1 parent 80a3880 commit bb54e36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919
multiple: true
2020
options:
21-
- "v1.1.0-beta.4"
21+
- "v1.1.0"
2222
- "v1.0.2"
2323
- "v1.0.1"
2424
validations:

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| **Releases / Tags / Versions** | **Status** | **Target - PowerShell** | **Target - NodeJS (Wrapper API)** | **Target - NPM (Wrapper API)** |
1515
|:-:|:-:|:-:|:-:|:-:|
1616
| v1.1.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
17-
| v1.0.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
17+
| v1.0.X | 👎{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
1818
| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
1919
| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
2020

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
244244

245245
# Prerelease string of this module
246-
Prerelease = 'beta4'
246+
# Prerelease = ''
247247

248248
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
249249
RequireLicenseAcceptance = $False

0 commit comments

Comments
 (0)