diff --git a/manifest.json b/manifest.json index d7d5aad..651a309 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }, diff --git a/scripts/help/jsx/Help.js b/scripts/help/jsx/Help.js index a173e27..6a7ff9c 100644 --- a/scripts/help/jsx/Help.js +++ b/scripts/help/jsx/Help.js @@ -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",