diff --git a/build/webchatgpt-3.2.6-chrome.zip b/build/webchatgpt-3.2.7-chrome.zip similarity index 98% rename from build/webchatgpt-3.2.6-chrome.zip rename to build/webchatgpt-3.2.7-chrome.zip index 8e41c07..c802f58 100644 Binary files a/build/webchatgpt-3.2.6-chrome.zip and b/build/webchatgpt-3.2.7-chrome.zip differ diff --git a/build/webchatgpt-3.2.6-firefox.zip b/build/webchatgpt-3.2.7-firefox.zip similarity index 98% rename from build/webchatgpt-3.2.6-firefox.zip rename to build/webchatgpt-3.2.7-firefox.zip index fb32086..93012d4 100644 Binary files a/build/webchatgpt-3.2.6-firefox.zip and b/build/webchatgpt-3.2.7-firefox.zip differ diff --git a/package.json b/package.json index bd6d9f4..5fbff9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "webchatgpt", - "version": "3.2.6", + "version": "3.2.7", "license": "MIT", "scripts": { "build-dev": "node build.mjs", diff --git a/src/manifest.json b/src/manifest.json index fa2f1f4..cb33919 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "3.2.6", + "version": "3.2.7", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", diff --git a/src/manifest.v2.json b/src/manifest.v2.json index 9c2efa6..7721e1f 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -3,7 +3,7 @@ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", - "version": "3.2.6", + "version": "3.2.7", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png",