Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 1f742ea

Browse files
committed
Prepare for v0.3.3
1 parent 60970fe commit 1f742ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/pjw-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ window.potatojw_intl = function() {
77

88
window.pjw_version = "@version@";
99
if (window.pjw_version[0] == "@")
10-
window.pjw_version = "0.3.2";
10+
window.pjw_version = "0.3.3";
1111

1212
if (jQuery.fn.jquery == "3.5.1")
1313
window.$$ = jQuery.noConflict();

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "PotatoPlus",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"description": "Potato Overflow! NJU土豆改善工程",
66
"icons": {
77
"96": "img/logo96.png",

0 commit comments

Comments
 (0)