Bumped cli version to 2023.3.0 (#5051)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
parent
d563470a2e
commit
a7fea2ff3a
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@bitwarden/cli",
|
||||
"version": "2023.2.0",
|
||||
"version": "2023.3.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@bitwarden/cli",
|
||||
"version": "2023.2.0",
|
||||
"version": "2023.3.0",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@koa/multer": "^3.0.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@bitwarden/cli",
|
||||
"description": "A secure and free password manager for all of your devices.",
|
||||
"version": "2023.2.0",
|
||||
"version": "2023.3.0",
|
||||
"keywords": [
|
||||
"bitwarden",
|
||||
"password",
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
},
|
||||
"apps/cli": {
|
||||
"name": "@bitwarden/cli",
|
||||
"version": "2023.2.0",
|
||||
"version": "2023.3.0",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@koa/multer": "^3.0.0",
|
||||
|
|
Loading…
Reference in New Issue