diff --git a/package-lock.json b/package-lock.json index 1039745..8519ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "combine-dependabot-prs", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.2", + "version": "1.0.3", "license": "ISC", "dependencies": { "@actions/core": "^1.3.0", diff --git a/package.json b/package.json index f722a96..8557853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "combine-dependabot-prs", - "version": "1.0.2", + "version": "1.0.3", "description": "Combine multiple Dependabot PRs into a single PR to simplify dependency updates", "main": "lib/index.js", "bin": "./bin/cli.js",