From 3087acad0096ed8e8b09aa2283c66ee53f773651 Mon Sep 17 00:00:00 2001 From: tamat Date: Sun, 3 May 2020 13:47:49 +0200 Subject: [PATCH] 0.7.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58aa2554d9..c21e75114a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "litegraph.js", - "version": "0.7.7", + "version": "0.7.8", "description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.", "main": "build/litegraph.js", "types": "src/litegraph.d.ts",