Browse Source

Bumped version to 2.25.0 (#1327)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PS-589-add-2fa-new-device-login-settings-flag
github-actions[bot] 4 years ago committed by GitHub
parent
commit
1cba6dc3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 4
      package.json

6
package-lock.json generated

@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
{
"name": "bitwarden-web",
"version": "2.24.4",
"version": "2.25.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bitwarden-web",
"version": "2.24.4",
"version": "2.25.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
@ -20625,4 +20625,4 @@ @@ -20625,4 +20625,4 @@
"integrity": "sha1-KOwXzwl0PtyrBW3dixsGJizHPDA="
}
}
}
}

4
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "bitwarden-web",
"version": "2.24.4",
"version": "2.25.0",
"license": "GPL-3.0",
"repository": "https://github.com/bitwarden/web",
"scripts": {
@ -85,4 +85,4 @@ @@ -85,4 +85,4 @@
"node": "~14",
"npm": "~7"
}
}
}
Loading…
Cancel
Save