Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiccm committed Feb 12, 2023
1 parent 793bde6 commit 9cdb730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/pjw-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down
2 changes: 1 addition & 1 deletion manifest-v2.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9cdb730

Please sign in to comment.