From 63c8dcd1a507701c5053ca357fd04ce71f35e0fa Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 22 Dec 2022 17:23:23 +0100 Subject: [PATCH] 1.0.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9eba5a0..d1ae74c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/webjwt", - "version": "1.0.3", + "version": "1.0.4", "private": false, "description": "a package to handle jwt in the web", "main": "dist_ts/index.js", @@ -40,4 +40,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}