diff --git a/.gitignore b/.gitignore index 496ee2c..d0154c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store \ No newline at end of file +.DS_Store +manifest.json diff --git a/manifest.json b/manifest.json index cc8f1e3..5619e0f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "manifest_version": 3, "author": "Index", "name": "Poly+", - "version": "1.22", - "version_name": "Pre-Release Build (v1.2.2)", + "version": "1.3", + "version_name": "Release Build (v1.3)", "description": "Power-up your Polytoria experience with Poly+! Created by Index.", "homepage_url": "https://polyplus.vercel.app/", "permissions": ["storage", "contextMenus", "scripting", "alarms", "notifications"],