diff --git a/package-lock.json b/package-lock.json index 90c3a3a..3532ab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wordle-to-yaml-action", - "version": "3.1.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wordle-to-yaml-action", - "version": "3.1.0", + "version": "4.0.0", "license": "ISC", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 4bbfd5f..5ea2ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordle-to-yaml-action", - "version": "3.1.0", + "version": "4.0.0", "description": "Save Wordle score to yaml from a GitHub issue.", "main": "dist/index.js", "type": "module",