Skip to content

Commit

Permalink
releases: v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronggang committed Dec 11, 2022
1 parent a09be3b commit ba3d87e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pt-plugin-plus",
"version": "1.5.2",
"version": "1.6.0",
"author": {
"name": "ronggang",
"url": "https://github.com/ronggang"
Expand Down Expand Up @@ -127,4 +127,4 @@
"last 2 versions",
"not ie <= 8"
]
}
}
2 changes: 1 addition & 1 deletion public/_locales/zh_CN/messages.json
Expand Up @@ -3,7 +3,7 @@
"message": "PT Plugin Plus"
},
"manifest_shortName": {
"message": "PT Plugin Plus"
"message": "PTPP"
},
"manifest_appDescription": {
"message": "PT 助手,一个可以提升 PT 站点使用效率的工具。"
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_manifest_appName__",
"short_name": "__MSG_manifest_shortName__",
"version": "1.5.2",
"version": "1.6.0",
"description": "__MSG_manifest_appDescription__",
"manifest_version": 2,
"default_locale": "zh_CN",
Expand Down
2 changes: 1 addition & 1 deletion update/index.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='dmmjlmbkigbgpnjfiimhlnbnmppjhpea'>
<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' />
<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' />
</app>
</gupdate>

0 comments on commit ba3d87e

Please sign in to comment.