From 3ea8060722eec7668b4555f1f4db0533cda7042f Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Mon, 8 Feb 2021 17:01:30 +0100 Subject: [PATCH] Fixed typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9763b1..1b7b906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tsndr/cloudflare-worker-jwt", - "version": "1.0.5", + "version": "1.0.6", "description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker", "main": "index.js", "scripts": {