diff --git a/package-lock.json b/package-lock.json index 6938d435..8e4af960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unbreakci", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unbreakci", - "version": "1.3.7", + "version": "1.3.8", "license": "ISC", "dependencies": { "@octokit/auth-app": "^6.0.0", diff --git a/package.json b/package.json index 589149b9..c47286af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbreakci", - "version": "1.3.7", + "version": "1.3.8", "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",