Skip to content

Commit 932691b

Browse files
committed
release: v0.1.3.
1 parent 1101cba commit 932691b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Example yml:
4343
fetch-depth: 0
4444
- name: Fetch next version
4545
id: nextVersion
46-
uses: freezy/[email protected].2
46+
uses: freezy/[email protected].3
4747
- name: Log version and next version
4848
run: |
4949
echo "${{ steps.nextVersion.outputs.version }}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualpinball-next-version-action",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Action used for determining the next version of VisualPinball.* projects.",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)