diff --git a/api/package.json b/api/package.json index 845854e2c..381737c00 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/backend", - "version": "0.6.0", + "version": "0.6.1", "description": "", "scripts": { "start": "echo 'please run this from the root directory'", diff --git a/client/package.json b/client/package.json index 1229b079b..9c3edc68f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@librechat/frontend", - "version": "0.6.0", + "version": "0.6.1", "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 a3d51dbf5..902239775 100644 --- a/client/src/components/Input/Footer.tsx +++ b/client/src/components/Input/Footer.tsx @@ -18,7 +18,7 @@ export default function Footer() { rel="noreferrer" className="underline" > - {config?.appTitle || 'LibreChat'} v0.6.0 + {config?.appTitle || 'LibreChat'} v0.6.1 {' - '}. {localize('com_ui_pay_per_call')} diff --git a/package-lock.json b/package-lock.json index ba201ae04..704c09999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "LibreChat", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "LibreChat", - "version": "0.6.0", + "version": "0.6.1", "hasInstallScript": true, "license": "ISC", "workspaces": [ @@ -39,7 +39,7 @@ }, "api": { "name": "@librechat/backend", - "version": "0.6.0", + "version": "0.6.1", "license": "ISC", "dependencies": { "@anthropic-ai/sdk": "^0.5.4", @@ -642,7 +642,7 @@ }, "client": { "name": "@librechat/frontend", - "version": "0.6.0", + "version": "0.6.1", "license": "ISC", "dependencies": { "@headlessui/react": "^1.7.13", diff --git a/package.json b/package.json index 8cd7a6b3a..f6d918d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LibreChat", - "version": "0.6.0", + "version": "0.6.1", "description": "", "workspaces": [ "api", diff --git a/packages/data-provider/package.json b/packages/data-provider/package.json index 529af451e..cd2d39fa3 100644 --- a/packages/data-provider/package.json +++ b/packages/data-provider/package.json @@ -1,6 +1,6 @@ { "name": "librechat-data-provider", - "version": "0.2.1", + "version": "0.2.5", "description": "data services for librechat apps", "main": "dist/index.js", "module": "dist/index.es.js",