diff --git a/package-lock.json b/package-lock.json index e5f85f5..cfb2ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bluecateng/git-checks", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bluecateng/git-checks", - "version": "1.0.1", + "version": "1.0.2", "license": "ISC", "bin": { "check-git-commits": "bin/check-git-commits.js", diff --git a/package.json b/package.json index 6a519af..8228fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bluecateng/git-checks", - "version": "1.0.1", + "version": "1.0.2", "description": "Validation commands for Git hooks", "license": "ISC", "repository": {