diff --git a/package-lock.json b/package-lock.json index 315a3d7d..d14a7f93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unbreakci", - "version": "1.3.11", + "version": "1.3.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unbreakci", - "version": "1.3.11", + "version": "1.3.12", "license": "ISC", "dependencies": { "@octokit/auth-app": "^6.0.0", diff --git a/package.json b/package.json index 8261a0e4..b9617914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbreakci", - "version": "1.3.11", + "version": "1.3.12", "description": "A GitHub app to automatically add broken dependabot bumps to the project board, therefore allowing us to unbreak the CI.", "main": "index.js", "type": "module",