diff --git a/package-lock.json b/package-lock.json index 1229c65..e7b6b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inputs-github-action", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inputs-github-action", - "version": "0.0.0", + "version": "0.1.0", "license": "GPLV3", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 44488ae..ab52cc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inputs-github-action", - "version": "0.0.0", + "version": "0.1.0", "description": "A GitHub action that helps you better manage the input of your GitHub action.", "main": "lib/main.js", "scripts": {