diff --git a/package-lock.json b/package-lock.json index 5e64f73..7e28974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extract-package-version", - "version": "1.0.1", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1345f3d..2b1b6d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-package-version", - "version": "1.0.6", + "version": "1.0.7", "description": "Allows you to get the npm version of the package in your Github Actions workflow", "main": "index.js", "scripts": {