diff --git a/apps/browser/package.json b/apps/browser/package.json index 503f5b93f9c..e6a72b4dacf 100755 --- a/apps/browser/package.json +++ b/apps/browser/package.json @@ -1,6 +1,6 @@ { "name": "@bitwarden/browser", - "version": "2.2.0", + "version": "2.3.0", "scripts": { "build": "cross-env MANIFEST_VERSION=3 webpack", "build:mv2": "webpack", diff --git a/apps/browser/src/manifest.json b/apps/browser/src/manifest.json index 9ba788b70eb..3d25fab06e9 100755 --- a/apps/browser/src/manifest.json +++ b/apps/browser/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "2.2.0", + "version": "2.3.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Cozy Cloud", diff --git a/apps/browser/src/manifest.v3.json b/apps/browser/src/manifest.v3.json index 428fa064e5d..4d29d05d5f7 100644 --- a/apps/browser/src/manifest.v3.json +++ b/apps/browser/src/manifest.v3.json @@ -3,7 +3,7 @@ "minimum_chrome_version": "102.0", "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "2.2.0", + "version": "2.3.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.", diff --git a/package-lock.json b/package-lock.json index a1109628795..bb8378f8af4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -203,7 +203,7 @@ }, "apps/browser": { "name": "@bitwarden/browser", - "version": "2.2.0" + "version": "2.3.0" }, "apps/cli": { "name": "@bitwarden/cli",