diff --git a/package-lock.json b/package-lock.json index 7a4e83e..0d5adb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tsndr/cloudflare-worker-jwt", - "version": "1.2.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e2040a0..c63b2bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsndr/cloudflare-worker-jwt", - "version": "1.4.0", + "version": "1.4.1", "description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker", "main": "index.js", "scripts": {