diff --git a/api/package.json b/api/package.json index 80e28ce17..774bdd77f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.5.5", + "version": "0.5.6", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/package.json b/client/package.json index fecf26929..9e07c1852 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.5.5", + "version": "0.5.6", "description": "", "scripts": { "data-provider": "cd .. && npm run build:data-provider", diff --git a/client/src/components/Input/Footer.tsx b/client/src/components/Input/Footer.tsx index e43ba3278..d1ed1a4b8 100644 --- a/client/src/components/Input/Footer.tsx +++ b/client/src/components/Input/Footer.tsx @@ -12,7 +12,7 @@ export default function Footer() { rel="noreferrer" className="underline" > - {config?.appTitle || 'LibreChat'} v0.5.5 + {config?.appTitle || 'LibreChat'} v0.5.6 {' - '}. All AI conversations in one place. Pay per call and not per month. diff --git a/package-lock.json b/package-lock.json index fd91e57d6..eaca3b3a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.5.5", + "version": "0.5.6", "hasInstallScript": true, "license": "ISC", "workspaces": [ @@ -41,7 +41,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.5.5", + "version": "0.5.6", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.5.4", @@ -94,7 +94,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.5.5", + "version": "0.5.6", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index 307f8c293..ddd92f75c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.5.5", + "version": "0.5.6", "description": "", "workspaces": [ "api",