diff --git a/README.md b/README.md index f9a62553..21f9f53a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index b60de3f9..cfc2aee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flowise", - "version": "1.1.0", + "version": "1.1.1", "private": true, "homepage": "https://flowiseai.com", "workspaces": [ diff --git a/packages/server/package.json b/packages/server/package.json index 568143e7..56607f41 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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",