diff --git a/api/package.json b/api/package.json index 41d72a811e4..5d8d1e56d76 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.6.10", + "version": "0.7.0", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/package.json b/client/package.json index c86a3b661d9..685c320b074 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.6.10", + "version": "0.7.0", "description": "", "type": "module", "scripts": { diff --git a/package-lock.json b/package-lock.json index d537fc98c39..9e489a5a6c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.6.10", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.6.10", + "version": "0.7.0", "license": "ISC", "workspaces": [ "api", @@ -38,7 +38,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.6.10", + "version": "0.7.0", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.16.1", @@ -135,7 +135,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.6.10", + "version": "0.7.0", "license": "ISC", "dependencies": { "@dicebear/collection": "^7.0.4", diff --git a/package.json b/package.json index b1f91e8dd28..1cc84467771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.6.10", + "version": "0.7.0", "description": "", "workspaces": [ "api",