From 9cdb730e5c48a2e2ab3a4e41e8bb6233a5302cc4 Mon Sep 17 00:00:00 2001 From: Limos Date: Mon, 13 Feb 2023 01:46:28 +0800 Subject: [PATCH] Version Update --- js/pjw-core.js | 2 +- manifest-v2.json | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",