Skip to content

Commit aded60c

Browse files
committed
2.0.2
1 parent b7ddd16 commit aded60c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bepalo/jwt",
33
"description": "JsonWebToken utility class and helpers for signing, verifying, and decoding JWT payloads.",
44
"author": "Natnael Eshetu",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"license": "MIT",
77
"main": "./src/index.ts",
88
"exports": "./mod.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bepalo/jwt",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A secure and tested json-web-token class-based utility library for generating keys, signing, verifying, and decoding JWT payloads for use with your high-security projects.",
55
"author": "Natnael Eshetu",
66
"license": "MIT",

0 commit comments

Comments
 (0)