From c34d1c16b125f61a7269115e080753e665381ae7 Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Fri, 23 Aug 2024 09:21:29 +0800 Subject: [PATCH] v8.0.1 (#1270) --- manifests/manifest-chrome.json | 2 +- manifests/manifest-edge.json | 2 +- manifests/manifest-firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/manifest-chrome.json b/manifests/manifest-chrome.json index 988ca52f..47601baa 100644 --- a/manifests/manifest-chrome.json +++ b/manifests/manifest-chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "8.0.0", + "version": "8.0.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json index 18b912da..a91ee67f 100644 --- a/manifests/manifest-edge.json +++ b/manifests/manifest-edge.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Authenticator: 2FA Client", - "version": "8.0.0", + "version": "8.0.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index 075bf5a4..9b8da2e8 100644 --- a/manifests/manifest-firefox.json +++ b/manifests/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "8.0.0", + "version": "8.0.1", "default_locale": "en", "description": "__MSG_extDesc__", "browser_specific_settings": {