diff --git a/package-lock.json b/package-lock.json index 9be965c..fc483d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rss-to-issues", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rss-to-issues", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index b196a42..3832a5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rss-to-issues", - "version": "0.0.9", + "version": "0.0.10", "description": "This action create issues from a syndication feed (RSS or Atom)", "main": "index.js", "scripts": {