From e29c4c9731e4f9ad23f08049f22de737bc8d6bee Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 22 Dec 2022 16:51:43 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4a0c55b..acccd95 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartjwt', - version: '2.0.1', + version: '2.0.2', description: 'a package for handling jwt' }