Skip to content

Commit ba3d87e

Browse files
committed
releases: v1.6.0
1 parent a09be3b commit ba3d87e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pt-plugin-plus",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"author": {
55
"name": "ronggang",
66
"url": "https://github.com/ronggang"
@@ -127,4 +127,4 @@
127127
"last 2 versions",
128128
"not ie <= 8"
129129
]
130-
}
130+
}

public/_locales/zh_CN/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"message": "PT Plugin Plus"
44
},
55
"manifest_shortName": {
6-
"message": "PT Plugin Plus"
6+
"message": "PTPP"
77
},
88
"manifest_appDescription": {
99
"message": "PT 助手,一个可以提升 PT 站点使用效率的工具。"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_manifest_appName__",
33
"short_name": "__MSG_manifest_shortName__",
4-
"version": "1.5.2",
4+
"version": "1.6.0",
55
"description": "__MSG_manifest_appDescription__",
66
"manifest_version": 2,
77
"default_locale": "zh_CN",

update/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
33
<app appid='dmmjlmbkigbgpnjfiimhlnbnmppjhpea'>
4-
<updatecheck codebase='https://github.com/pt-plugins/PT-Plugin-Plus/releases/download/v1.5.2/PT-Plugin-Plus-v1.5.2.crx' version='1.5.2' prodversionmin='1.0.0' />
4+
<updatecheck codebase='https://github.com/pt-plugins/PT-Plugin-Plus/releases/download/v1.6.0/PT-Plugin-Plus-v1.6.0.crx' version='1.6.0' prodversionmin='1.0.0' />
55
</app>
66
</gupdate>

0 commit comments

Comments
 (0)