Skip to content

Commit d94d10a

Browse files
committed
v20.10.0
1 parent 429c92f commit d94d10a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ firefox:
2929
#sed -nie '/<!-- Firefox/{n;p;n;d;};p' options.html
3030
sed -i '/\/\* Firefox/d' options.js background.js
3131
sed -i '/options_page/d' manifest.json
32+
sed -i '/persistent/d' manifest.json
3233
zip firefox.zip $(FILES)
3334

3435
webextension:

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "JSON Lite",
4-
"version": "19.6.0",
4+
"version": "20.10.0",
55
"author" : "Lauri Rooden",
66
"description": "Fast JSON viewer - highlights, shows items count/size, handles large files",
77
"icons": {

0 commit comments

Comments
 (0)