From a01c1be3dad73e1f90332c50b8eace68038f1db6 Mon Sep 17 00:00:00 2001 From: Index Date: Tue, 29 Oct 2024 17:22:17 -0500 Subject: [PATCH] minor: update manifest --- .gitignore | 3 ++- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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"],