From 805a4e4024610d0461f74bfbc5fee7d7a1a3f038 Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Tue, 13 Aug 2024 23:38:53 -0500 Subject: [PATCH] v8.0.0 --- 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 02f54ce9..988ca52f 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": "7.0.0", + "version": "8.0.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json index 8f267544..c5f8f6db 100644 --- a/manifests/manifest-edge.json +++ b/manifests/manifest-edge.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Authenticator: 2FA Client", "short_name": "__MSG_extShortName__", - "version": "7.0.0", + "version": "8.0.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index 3a147bec..075bf5a4 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": "7.0.0", + "version": "8.0.0", "default_locale": "en", "description": "__MSG_extDesc__", "browser_specific_settings": {