From 356ed60957d61d508a89d71c63a33b7474d6b311 Mon Sep 17 00:00:00 2001 From: vvvvvv1vvvvvv Date: Thu, 12 Dec 2024 17:06:03 +0800 Subject: [PATCH] [release] 0.93.5 --- src/manifest/chrome-mv2/manifest.json | 2 +- src/manifest/chrome-mv3/manifest.json | 4 ++-- src/manifest/firefox-mv2/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/manifest/chrome-mv2/manifest.json b/src/manifest/chrome-mv2/manifest.json index 02744b3466a..e0602d41c7e 100644 --- a/src/manifest/chrome-mv2/manifest.json +++ b/src/manifest/chrome-mv2/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "0.93.4", + "version": "0.93.5", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { diff --git a/src/manifest/chrome-mv3/manifest.json b/src/manifest/chrome-mv3/manifest.json index cf1fa44d3dc..28146816e31 100644 --- a/src/manifest/chrome-mv3/manifest.json +++ b/src/manifest/chrome-mv3/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "0.93.4", + "version": "0.93.5", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { @@ -80,4 +80,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/src/manifest/firefox-mv2/manifest.json b/src/manifest/firefox-mv2/manifest.json index 2ba6236c46c..6bb719e8162 100644 --- a/src/manifest/firefox-mv2/manifest.json +++ b/src/manifest/firefox-mv2/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "0.92.99", + "version": "0.93.5", "default_locale": "en", "description": "__MSG_appDescription__", "icons": {