diff --git a/api/package.json b/api/package.json index ae473ebb9b..ca5b0e0f8b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "chat-backend", - "version": "0.4.7", + "version": "0.4.8", "description": "", "main": "server/index.js", "scripts": { diff --git a/client/package.json b/client/package.json index f89432173c..acbbb0a2f1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "chat-frontend", - "version": "0.4.7", + "version": "0.4.8", "description": "", "scripts": { "build": "vite build", diff --git a/package-lock.json b/package-lock.json index cb370a543f..1ad0d34656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.4.7", + "version": "0.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.4.7", + "version": "0.4.8", "license": "ISC", "workspaces": [ "api", @@ -35,7 +35,7 @@ }, "api": { "name": "chat-backend", - "version": "0.4.7", + "version": "0.4.8", "license": "ISC", "dependencies": { "@dqbd/tiktoken": "^1.0.2", @@ -76,7 +76,7 @@ }, "client": { "name": "chat-frontend", - "version": "0.4.7", + "version": "0.4.8", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index 2ecbe75273..ab15f5a480 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.4.7", + "version": "0.4.8", "description": "", "workspaces": [ "api",