From dc22765c8f07f07b2c75cf077784cfdbaca3f455 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 12 Jul 2024 14:46:07 -0400 Subject: [PATCH] 1.1.2 (#119) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d16098cdb..277c449bd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Front-end of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) modernized. Th - Make litegraph a npm dependency. - Introduce Vue to start managing part of the UI. - - Starting with node search box revamp + - Starting with node search box revamp ![image](https://github.com/user-attachments/assets/ef6ce019-5194-4e55-9f1e-91440e473920) ### What to be done diff --git a/package.json b/package.json index 4cfa3a572..aaae4b677 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "comfyui-frontend", "private": true, - "version": "1.1.1", + "version": "1.1.2", "type": "module", "scripts": { "dev": "vite",