2 Commits

Author SHA1 Message Date
35bef45b5e 2.0.2 2022-12-22 16:51:44 +01:00
e29c4c9731 fix(core): update 2022-12-22 16:51:43 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartjwt",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "a package for handling jwt",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartjwt',
version: '2.0.1',
version: '2.0.2',
description: 'a package for handling jwt'
}