diff --git a/api/package.json b/api/package.json index 4cc5572f0..157b87fcc 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.5.6", + "version": "0.5.7", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/package.json b/client/package.json index 68b16776c..0c44f38a1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.5.6", + "version": "0.5.7", "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 d1ed1a4b8..3a9450a56 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.6 + {config?.appTitle || 'LibreChat'} v0.5.7 {' - '}. All AI conversations in one place. Pay per call and not per month. diff --git a/package-lock.json b/package-lock.json index d4225b521..99526cdb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.5.6", + "version": "0.5.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.5.6", + "version": "0.5.7", "hasInstallScript": true, "license": "ISC", "workspaces": [ @@ -43,7 +43,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.5.6", + "version": "0.5.7", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.5.4", @@ -96,7 +96,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.5.6", + "version": "0.5.7", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index 59f15c87e..1d75917be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.5.6", + "version": "0.5.7", "description": "", "workspaces": [ "api",