diff --git a/dist/chrome/passbolt-3.9.0.crx b/dist/chrome/passbolt-3.9.1.crx similarity index 97% rename from dist/chrome/passbolt-3.9.0.crx rename to dist/chrome/passbolt-3.9.1.crx index 34a39250..b67d4f04 100644 Binary files a/dist/chrome/passbolt-3.9.0.crx and b/dist/chrome/passbolt-3.9.1.crx differ diff --git a/dist/chrome/passbolt-3.9.0.zip b/dist/chrome/passbolt-3.9.1.zip similarity index 96% rename from dist/chrome/passbolt-3.9.0.zip rename to dist/chrome/passbolt-3.9.1.zip index 9ae6c3dd..9974b006 100644 Binary files a/dist/chrome/passbolt-3.9.0.zip and b/dist/chrome/passbolt-3.9.1.zip differ diff --git a/dist/firefox/passbolt-3.9.0.zip b/dist/firefox/passbolt-3.9.1.zip similarity index 97% rename from dist/firefox/passbolt-3.9.0.zip rename to dist/firefox/passbolt-3.9.1.zip index 71e036bf..9361027c 100644 Binary files a/dist/firefox/passbolt-3.9.0.zip and b/dist/firefox/passbolt-3.9.1.zip differ diff --git a/package-lock.json b/package-lock.json index 9f000f6c..32b330e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passbolt_-_open_source_password_manager", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passbolt_-_open_source_password_manager", - "version": "3.9.0", + "version": "3.9.1", "license": "AGPL-3.0", "dependencies": { "@xmldom/xmldom": "^0.7.8", diff --git a/package.json b/package.json index f8292ce4..ba981fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passbolt_-_open_source_password_manager", - "version": "3.9.0", + "version": "3.9.1", "license": "AGPL-3.0", "copyright": "Copyright 2022 Passbolt SA", "description": "Passbolt web extension for the open source password manager for teams", diff --git a/src/chrome-mv3/manifest.json b/src/chrome-mv3/manifest.json index bbb5b375..25e72ca9 100644 --- a/src/chrome-mv3/manifest.json +++ b/src/chrome-mv3/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.8.2", + "version": "3.9.1", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index 0db25634..9b75357d 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.9.0", + "version": "3.9.1", "description": "__MSG_appDescription__", "default_locale": "en", "externally_connectable": {}, diff --git a/src/firefox/manifest.json b/src/firefox/manifest.json index 94d3448b..0d23eb04 100644 --- a/src/firefox/manifest.json +++ b/src/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "short_name": "passbolt", - "version": "3.9.0", + "version": "3.9.1", "description": "__MSG_appDescription__", "default_locale": "en", "applications": {