Skip to content

Commit

Permalink
🥳 flowise@1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Apr 14, 2023
1 parent be9cb55 commit 0681a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Drag & drop UI to build your customized LLM flow using [LangchainJS](https://git
```bash
npm install -g flowise
```
2. Start FlowiseAI
2. Start Flowise

```bash
npx flowise start
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowise",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"homepage": "https://flowiseai.com",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowise",
"version": "1.1.0",
"version": "1.1.1",
"description": "Flowiseai Server",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0681a34

Please sign in to comment.