From 7cadf2c8ddfad1943632135fead92a04a0af1810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Zaj=C4=85c?= Date: Fri, 8 Dec 2023 13:39:32 +0100 Subject: [PATCH] #1458 v1.6.0 --- package.json | 2 +- src/config.js | 2 +- src/manifest/chrome.json | 2 +- src/manifest/edge.json | 2 +- src/manifest/firefox.json | 2 +- src/manifest/opera.json | 2 +- src/manifest/safari.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3550f8f..18becd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "2fas-browser-extension", - "version": "1.5.0", + "version": "1.6.0", "description": "This is the official Browser Extension for the Open Source 2FAS project.", "engines": { "node": "20.9.0" diff --git a/src/config.js b/src/config.js index 61a2df7..939a5f7 100644 --- a/src/config.js +++ b/src/config.js @@ -23,7 +23,7 @@ const t = require('./_locales/en/notifications.json'); const config = { WebSocketTimeout: 3, // in minutes ResendPushTimeout: 10, // in seconds - ExtensionVersion: '1.5.0', + ExtensionVersion: '1.6.0', Texts: { Error: { diff --git a/src/manifest/chrome.json b/src/manifest/chrome.json index 5a19427..4ba210c 100644 --- a/src/manifest/chrome.json +++ b/src/manifest/chrome.json @@ -3,7 +3,7 @@ "name": "2FAS - Two Factor Authentication", "short_name": "2FAS", "author": "Two Factor Authentication Service, Inc.", - "version": "1.5.0", + "version": "1.6.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { diff --git a/src/manifest/edge.json b/src/manifest/edge.json index 5a19427..4ba210c 100644 --- a/src/manifest/edge.json +++ b/src/manifest/edge.json @@ -3,7 +3,7 @@ "name": "2FAS - Two Factor Authentication", "short_name": "2FAS", "author": "Two Factor Authentication Service, Inc.", - "version": "1.5.0", + "version": "1.6.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { diff --git a/src/manifest/firefox.json b/src/manifest/firefox.json index db10f1b..74914f8 100644 --- a/src/manifest/firefox.json +++ b/src/manifest/firefox.json @@ -3,7 +3,7 @@ "name": "2FAS - Two Factor Authentication", "short_name": "2FAS", "author": "Two Factor Authentication Service, Inc.", - "version": "1.5.0", + "version": "1.6.0", "applications": { "gecko": { "id": "admin@2fas.com", diff --git a/src/manifest/opera.json b/src/manifest/opera.json index f66b971..7cc2efd 100644 --- a/src/manifest/opera.json +++ b/src/manifest/opera.json @@ -3,7 +3,7 @@ "name": "2FAS - Two Factor Authentication", "short_name": "2FAS", "author": "Two Factor Authentication Service, Inc.", - "version": "1.5.0", + "version": "1.6.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { diff --git a/src/manifest/safari.json b/src/manifest/safari.json index abba77a..9bfdfd8 100644 --- a/src/manifest/safari.json +++ b/src/manifest/safari.json @@ -3,7 +3,7 @@ "name": "2FAS - Two Factor Authentication", "short_name": "2FAS", "author": "Two Factor Authentication Service, Inc.", - "version": "1.5.0", + "version": "1.6.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": {