Skip to content

Commit 6c390b1

Browse files
committed
update version number
1 parent b0435a6 commit 6c390b1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixiv-toolkits",
3-
"version": "3.8.2",
3+
"version": "3.9.0",
44
"description": "A web extension for adding features on Pixiv",
55
"author": "leoding86 <leoding86@msn.com>",
66
"private": true,

src/statics/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"*://*.pximg.net/*"
3131
],
3232
"optional_permissions": [
33-
"downloads"
33+
"downloads",
34+
"*://*.techorus-cdn/*"
3435
],
3536
"content_scripts": [
3637
{
@@ -66,7 +67,7 @@
6667
]
6768
}
6869
],
69-
"version": "3.8.2",
70-
"version_name": "3.8.2-2020022112",
70+
"version": "3.9.0",
71+
"version_name": "3.9.0-2020022203",
7172
"options_page": "options_page/index.html"
7273
}

0 commit comments

Comments
 (0)