2 Commits

Author SHA1 Message Date
4a777b5d35 1.0.8 2023-08-21 08:28:55 +02:00
13afbba520 fix(core): update 2023-08-21 08:28:55 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/webjwt",
"version": "1.0.7",
"version": "1.0.8",
"private": false,
"description": "a package to handle jwt in the web",
"main": "dist_ts/index.js",

View File

@ -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'
}