Skip to content

Commit 79c0bcc

Browse files
committed
update browser plugin version
1 parent 8d4a1ad commit 79c0bcc

File tree

4 files changed

+33
-13
lines changed

4 files changed

+33
-13
lines changed

jwtio-debugger-source.zip

871 KB
Binary file not shown.

manifest.json

Lines changed: 1 addition & 1 deletion
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": "3.0.0",
6+
"version": "3.1.0",
77

88
"browser_action": {
99
"default_icon": "img/favicon/favicon-96x96.png",

package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"start": "node server.js",
7373
"test": "grunt test",
7474
"test:unit": "grunt unit-tests",
75-
"build": "grunt build-website"
75+
"build": "grunt build-website",
76+
"build:extension": "grunt build-extension"
7677
},
7778
"heroku-run-build-script": true
7879
}

0 commit comments

Comments
 (0)