From 94445ab9fff174c5e2f7db9f305729e708064fcf Mon Sep 17 00:00:00 2001 From: Kristofer Date: Sat, 2 Dec 2017 13:06:41 +0100 Subject: [PATCH] Bump patch --- build/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/package.json b/build/package.json index c5f00887a5..ca1081e008 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "litegraph.js", - "version": "0.1.1", + "version": "0.1.2", "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": "litegraph.js", "directories": { diff --git a/package.json b/package.json index b7ca74892a..25e98d7cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skymaker/litegraph.js", - "version": "0.1.1", + "version": "0.1.2", "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", "directories": {