Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jan 29, 2024
1 parent d677dce commit 1c904f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'

# Version number of this module.
ModuleVersion = '2.1.2'
ModuleVersion = '2.1.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -219,7 +219,7 @@
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'

# Prerelease string of this module
# Prerelease = ''
Prerelease = 'beta1'

# Flag to indicate whether the module requires explicit user acceptance for install/update/save
RequireLicenseAcceptance = $False
Expand Down
3 changes: 2 additions & 1 deletion hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
"version": "2.1.2",
"version": "2.1.3-beta.1",
"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",
Expand All @@ -15,6 +15,7 @@
},
"license": "MIT",
"author": "hugoalh",
"type": "commonjs",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
"version": "2.1.2",
"version": "2.1.3-beta.1",
"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",
Expand Down

0 comments on commit 1c904f7

Please sign in to comment.