From 25d148085fa7d98123b3ec3d571426372331aa56 Mon Sep 17 00:00:00 2001 From: josc146 Date: Mon, 6 Nov 2023 21:31:00 +0800 Subject: [PATCH] firefox patch --- src/manifest.json | 2 +- src/manifest.v2.json | 2 +- src/popup/Popup.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 27b660c..e0bfc6b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "ChatGPTBox", "description": "Integrating ChatGPT into your browser deeply, everything you need is here", - "version": "2.4.5", + "version": "2.4.5.1", "manifest_version": 3, "icons": { "16": "logo.png", diff --git a/src/manifest.v2.json b/src/manifest.v2.json index c0ae75a..bef8d91 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -1,7 +1,7 @@ { "name": "ChatGPTBox", "description": "Integrating ChatGPT into your browser deeply, everything you need is here", - "version": "2.4.5", + "version": "2.4.5.1", "manifest_version": 2, "icons": { "16": "logo.png", diff --git a/src/popup/Popup.jsx b/src/popup/Popup.jsx index c09234d..3d35b80 100644 --- a/src/popup/Popup.jsx +++ b/src/popup/Popup.jsx @@ -27,7 +27,7 @@ function Footer({ currentVersion, latestVersion }) {
{`${t('Current Version')}: ${currentVersion} `} - {currentVersion === latestVersion ? ( + {currentVersion >= latestVersion ? ( `(${t('Latest')})` ) : ( <>