diff --git a/package.json b/package.json index 336fbdc..b4c8df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "2fas-browser-extension", - "version": "1.6.1", + "version": "1.6.2", "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 250aafa..292b6b2 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.6.1', + ExtensionVersion: '1.6.2', Texts: { Error: { diff --git a/src/manifest/chrome.json b/src/manifest/chrome.json index c241a0b..7719838 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.6.1", + "version": "1.6.2", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { diff --git a/src/manifest/edge.json b/src/manifest/edge.json index c241a0b..7719838 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.6.1", + "version": "1.6.2", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { diff --git a/src/manifest/firefox.json b/src/manifest/firefox.json index 7b6a380..667e8fa 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.6.1", + "version": "1.6.2", "applications": { "gecko": { "id": "admin@2fas.com", diff --git a/src/manifest/opera.json b/src/manifest/opera.json index c80ca25..99de72f 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.6.1", + "version": "1.6.2", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { diff --git a/src/manifest/safari.json b/src/manifest/safari.json index 6d5d17c..0f970ef 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.6.1", + "version": "1.6.2", "description": "__MSG_appDesc__", "default_locale": "en", "icons": {