Skip to content

Commit 6f64f26

Browse files
committed
Set version 3.0.0 (website and extension).
1 parent c671aa4 commit 6f64f26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "JWT Debugger",
55
"description": "The JWT.io debugger as a Web Extension",
6-
"version": "2.1.3",
6+
"version": "3.0.0",
77

88
"browser_action": {
99
"default_icon": "img/favicon/favicon-96x96.png",
@@ -37,7 +37,7 @@
3737
}
3838
},
3939

40-
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
40+
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
4141

4242
"permissions": [
4343
"activeTab",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jwt.io",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/jsonwebtoken/jsonwebtoken.github.io"

0 commit comments

Comments
 (0)