Skip to content

Commit 878616b

Browse files
actions-userjlf0dev
authored andcommitted
Bumped client version(s)
1 parent aa02257 commit 878616b

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

apps/browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitwarden/browser",
3-
"version": "2025.3.2",
3+
"version": "2025.4.0",
44
"scripts": {
55
"build": "npm run build:chrome",
66
"build:chrome": "cross-env BROWSER=chrome MANIFEST_VERSION=3 NODE_OPTIONS=\"--max-old-space-size=8192\" webpack",

apps/browser/src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "Bitwarden",
5-
"version": "2025.3.2",
5+
"version": "2025.4.0",
66
"description": "__MSG_extDesc__",
77
"default_locale": "en",
88
"author": "Bitwarden Inc.",

apps/browser/src/manifest.v3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"minimum_chrome_version": "102.0",
44
"name": "__MSG_extName__",
55
"short_name": "Bitwarden",
6-
"version": "2025.3.2",
6+
"version": "2025.4.0",
77
"description": "__MSG_extDesc__",
88
"default_locale": "en",
99
"author": "Bitwarden Inc.",

apps/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitwarden/cli",
33
"description": "A secure and free password manager for all of your devices.",
4-
"version": "2025.3.0",
4+
"version": "2025.4.0",
55
"keywords": [
66
"bitwarden",
77
"password",

apps/desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitwarden/desktop",
33
"description": "A secure and free password manager for all of your devices.",
4-
"version": "2025.3.0",
4+
"version": "2025.4.2",
55
"keywords": [
66
"bitwarden",
77
"password",

apps/desktop/src/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitwarden/desktop",
33
"productName": "Bitwarden",
44
"description": "A secure and free password manager for all of your devices.",
5-
"version": "2025.3.0",
5+
"version": "2025.4.2",
66
"author": "Bitwarden Inc. <[email protected]> (https://bitwarden.com)",
77
"homepage": "https://bitwarden.com",
88
"license": "GPL-3.0",

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitwarden/web-vault",
3-
"version": "2025.3.1",
3+
"version": "2025.4.1",
44
"scripts": {
55
"build:oss": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" webpack",
66
"build:bit": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" webpack -c ../../bitwarden_license/bit-web/webpack.config.js",

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)