From 62141694c7b33543ec5a3c4e3d3d124d0a5fdf23 Mon Sep 17 00:00:00 2001 From: Philipp Alferov Date: Thu, 1 Oct 2015 13:58:24 -0400 Subject: [PATCH] :octocat: Bump to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d05f22b..f0835c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array-to-tree", - "version": "1.0.0", + "version": "1.1.0", "description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree", "main": "index.js", "scripts": {