chore: fix version numbers

This commit is contained in:
Ben Irvin 2025-01-08 16:12:18 +01:00
parent 1be05a65d0
commit 27928ae50a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "check-pr-status",
"version": "5.6.0",
"version": "5.7.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",

View File

@ -1,4 +1,4 @@
{
"version": "5.6.0",
"version": "5.7.0",
"npmClient": "yarn"
}