diff --git a/package-lock.json b/package-lock.json index 3999c0a..13d6290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extract-package-version", - "version": "1.0.7", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a77c6f..15f6823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-package-version", - "version": "1.0.7", + "version": "1.1.0", "description": "Allows you to get the npm version of the package in your Github Actions workflow", "main": "index.js", "scripts": {