From 49753a35e5f7fd3a7faa0efef9d2467c8794df71 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 1 Apr 2024 19:24:01 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20v0.7.0=20(#2273)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/package.json | 2 +- client/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/package.json b/api/package.json index 41d72a811e..5d8d1e56d7 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 c86a3b661d..685c320b07 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 d537fc98c3..9e489a5a6c 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 b1f91e8dd2..1cc8446777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.6.10", + "version": "0.7.0", "description": "", "workspaces": [ "api",