From 13afbba520967b126fc01205b3348645431930e3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 21 Aug 2023 08:28:55 +0200 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 3644db6..ad19b62 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/webjwt', - version: '1.0.7', + version: '1.0.8', description: 'a package to handle jwt in the web' }