diff --git a/package-lock.json b/package-lock.json index 93842c3..762261f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publish-release-drafts", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7418e7..e493483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-publish-release-drafts", - "version": "0.1.0", + "version": "0.1.1", "description": "A GitHub action to publish release drafts on GitHub", "main": "dist/index.js", "private": true,