From 30e78c5d10d9d1b147043f734d2d22630b33dcef Mon Sep 17 00:00:00 2001 From: tamat Date: Mon, 27 Apr 2020 00:22:46 +0200 Subject: [PATCH] 0.7.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 304f44dea0..58aa2554d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "litegraph.js", - "version": "0.7.6", + "version": "0.7.7", "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",