diff --git a/package-lock.json b/package-lock.json index e6ae237..f869a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "label-sync", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "label-sync", - "version": "2.3.2", + "version": "2.3.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 68d0e66..7f3142b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "label-sync", - "version": "2.3.2", + "version": "2.3.3", "description": "An action that allows you to sync labels from a repository or a config file", "main": "lib/index.js", "scripts": {