diff --git a/api/package.json b/api/package.json index d75758066..8a1bfaddc 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.5.9", + "version": "0.6.0", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/package.json b/client/package.json index e9be5f061..ea917cbfb 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.5.9", + "version": "0.6.0", "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 b69c3faee..0defb0088 100644 --- a/client/src/components/Input/Footer.tsx +++ b/client/src/components/Input/Footer.tsx @@ -14,7 +14,7 @@ export default function Footer() { rel="noreferrer" className="underline" > - {config?.appTitle || 'LibreChat'} v0.5.9 + {config?.appTitle || 'LibreChat'} v0.6.0 {' - '}. {localize('com_ui_pay_per_call')} diff --git a/package-lock.json b/package-lock.json index 139d66dcc..d08f5712a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.5.9", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.5.9", + "version": "0.6.0", "hasInstallScript": true, "license": "ISC", "workspaces": [ @@ -39,7 +39,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.5.9", + "version": "0.6.0", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.5.4", @@ -593,7 +593,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.5.9", + "version": "0.6.0", "license": "ISC", "dependencies": { "@headlessui/react": "^1.7.13", diff --git a/package.json b/package.json index 0c226c25c..87afd1911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.5.9", + "version": "0.6.0", "description": "", "workspaces": [ "api",