diff --git a/api/package.json b/api/package.json index 28c80c63e3..b83f7abc12 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.5.0", + "version": "0.5.2", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/package.json b/client/package.json index 18ff134a58..784453410d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.5.0", + "version": "0.5.2", "description": "", "scripts": { "build": "cross-env NODE_ENV=production dotenv -e ../.env -- vite build", diff --git a/package-lock.json b/package-lock.json index 8bfbb3207f..12b38a1a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.5.0", + "version": "0.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.5.0", + "version": "0.5.2", "hasInstallScript": true, "license": "ISC", "workspaces": [ @@ -40,7 +40,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.5.0", + "version": "0.5.2", "license": "ISC", "dependencies": { "@dqbd/tiktoken": "^1.0.2", @@ -358,7 +358,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.5.0", + "version": "0.5.2", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index a46b34e2a5..58d5a84e8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.5.0", + "version": "0.5.2", "description": "", "workspaces": [ "api",