From 79affe9d48e2671d69ab68fbc51684fb5f739336 Mon Sep 17 00:00:00 2001 From: Joris van der Wel Date: Sun, 19 Jul 2015 01:14:07 +0200 Subject: [PATCH] 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 373af69..218a1e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symbol-tree", - "version": "1.3.1", + "version": "1.4.0", "description": "Turn any collection of objects into its own efficient tree or linked list using Symbol", "main": "lib/SymbolTree.js", "scripts": {