From 881c7b13cadb1257db2c74a59ef9facbf8aa0f3c Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Wed, 28 Feb 2024 15:48:11 +0800 Subject: [PATCH] dump version --- 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 14933737..1001dcf8 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": "6.3.5", + "version": "7.0.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json index 2c2309d2..0febe6e6 100644 --- a/manifests/manifest-edge.json +++ b/manifests/manifest-edge.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Authenticator: 2FA Client", "short_name": "__MSG_extShortName__", - "version": "6.3.5", + "version": "7.0.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index 0b5f821d..8f8bc338 100644 --- a/manifests/manifest-firefox.json +++ b/manifests/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.5", + "version": "7.0.0", "default_locale": "en", "description": "__MSG_extDesc__", "applications": {