diff --git a/package-lock.json b/package-lock.json index c2ed6cc..9e21c9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitmerge-action", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gitmerge-action", - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index b96dbc3..2297819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitmerge-action", - "version": "1.0.2", + "version": "1.0.3", "description": "Native Github action to make merge and deploy from repo", "main": "index.js", "scripts": {