Skip to content

Commit 5edea47

Browse files
committed
chore: Bump version to 0.8.1 and update dist
Bumps the project version to 0.8.1 in `package.json` and updates the `dist/index.js` build artifact to reflect the latest changes, including the new `target_path` input.
1 parent 1c90cfa commit 5edea47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* universal-version-bump v0.8.0
2+
* universal-version-bump v0.8.1
33
* Universal Version Bump
44
*
55
* Description: A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "universal-version-bump",
33
"displayName": "Universal Version Bump",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"description": "A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)",
66
"main": "dist/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)