diff --git a/package-lock.json b/package-lock.json index 7189a07..0fd9e29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jekyll-label-action", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jekyll-label-action", - "version": "0.0.3", + "version": "0.0.4", "license": "CC0-1.0", "dependencies": { "@octokit/plugin-throttling": "^4.1.0", diff --git a/package.json b/package.json index a5c5705..2f218b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jekyll-label-action", - "version": "0.0.3", + "version": "0.0.4", "description": "Automatically add labels depending on Jekyll front matter attributes", "main": "dist/index.js", "type": "module",