1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Bumped version to 2.25.1 (#1376)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-01-06 14:15:35 -08:00 committed by GitHub
parent 2f5d0201fe
commit 241004f13b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "bitwarden-web",
"version": "2.25.0",
"version": "2.25.1",
"license": "GPL-3.0",
"repository": "https://github.com/bitwarden/web",
"scripts": {
@ -104,4 +104,4 @@
"*": "prettier --ignore-unknown --write",
"*.png": "node scripts/optimize.js"
}
}
}