Skip to content

Commit

Permalink
Release v0.6.0 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Oct 22, 2023
1 parent 7059025 commit 00e0091
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -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'",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Input/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Footer() {
rel="noreferrer"
className="underline"
>
{config?.appTitle || 'LibreChat'} v0.5.9
{config?.appTitle || 'LibreChat'} v0.6.0
</a>
{' - '}. {localize('com_ui_pay_per_call')}
</div>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LibreChat",
"version": "0.5.9",
"version": "0.6.0",
"description": "",
"workspaces": [
"api",
Expand Down

0 comments on commit 00e0091

Please sign in to comment.