diff --git a/js/pjw-core.js b/js/pjw-core.js index c2bea35..4a6868f 100644 --- a/js/pjw-core.js +++ b/js/pjw-core.js @@ -4,7 +4,7 @@ const pjw = { site: "", mode: "", initialized: false, - version_description: "PotatoPlus 0.3.9 包含界面更新与错误修复。", + version_description: "PotatoPlus 0.3.10 包含多项界面更新与错误修复。", data: new Proxy(JSON.parse(localStorage.getItem("potatoplus_data")) || {}, { get(target, property, receiver) { if (property === "clear") { diff --git a/manifest-v2.json b/manifest-v2.json index b85ef3a..552350f 100644 --- a/manifest-v2.json +++ b/manifest-v2.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "PotatoPlus", - "version": "0.3.9", + "version": "0.3.10", "description": "Potato Overflow! NJU土豆改善工程", "icons": { "96": "img/logo96.png", diff --git a/manifest.json b/manifest.json index 11c88be..730e3fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "PotatoPlus", - "version": "0.3.9", + "version": "0.3.10", "description": "Potato Overflow! NJU土豆改善工程", "icons": { "96": "img/logo96.png",