Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "SuperEZ BETA",
"version": "1.3.0.5",
"description": "Better online HKU experience with SuperEZ (THIS EXTENSION IS FOR BETA TESTING)",
"name": "SuperEZ",
"version": "1.3.1",
"description": "Better online HKU experience with SuperEZ",
"background": {
"service_worker": "scripts/background.js"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/help/jsx/Help.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ window.popup.HelpPopup = async function (custom, inner) {
innerText: "Powered by EZ-HKU with ❤️",
}),
window.elements.Div({
innerText: "v1.3.0.5",
innerText: "v1.3.1",
}),
window.elements.A({
href: "https://github.com/EZ-HKU/SuperEZ/wiki",
Expand Down