From ac8cb33ac19794814003eac5e77d0b29c92464e5 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 7 Jul 2024 23:22:02 -0400 Subject: [PATCH] 0.7.25 (#15) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be9c687efc..d22dfb3816 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@comfyorg/litegraph", - "version": "0.7.24", + "version": "0.7.25", "description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.", "main": "src/litegraph.js", "types": "src/litegraph.d.ts",