diff --git a/apps/browser/package.json b/apps/browser/package.json index dcef8c6cc12..e5fc499f061 100644 --- a/apps/browser/package.json +++ b/apps/browser/package.json @@ -1,6 +1,6 @@ { "name": "@bitwarden/browser", - "version": "2023.2.1", + "version": "2023.3.0", "scripts": { "build": "webpack", "build:mv3": "cross-env MANIFEST_VERSION=3 webpack", diff --git a/apps/browser/src/manifest.json b/apps/browser/src/manifest.json index 2ad5b46f771..7a59814f1a8 100644 --- 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": "2023.2.1", + "version": "2023.3.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.", diff --git a/apps/browser/src/manifest.v3.json b/apps/browser/src/manifest.v3.json index bae3f46eec2..b1d4c7ef42f 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": "2023.2.1", + "version": "2023.3.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.", diff --git a/package-lock.json b/package-lock.json index 06e4c5a2090..57c286851f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -186,7 +186,7 @@ }, "apps/browser": { "name": "@bitwarden/browser", - "version": "2023.2.1" + "version": "2023.3.0" }, "apps/cli": { "name": "@bitwarden/cli",