From c54e6ca3bb5ad13e95f4da11e3912b966afbdcc8 Mon Sep 17 00:00:00 2001 From: tamat Date: Sun, 26 Apr 2020 23:57:02 +0200 Subject: [PATCH] 0.7.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 573bfbf84..304f44dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "litegraph.js", - "version": "0.7.5", + "version": "0.7.6", "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",