From cc6427dceacbfa63c341c351e42526bf743d1d5c Mon Sep 17 00:00:00 2001 From: Curran Date: Wed, 18 May 2016 17:31:21 +0530 Subject: [PATCH] 0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 548c29c..f9fbc0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graph-data-structure", - "version": "0.5.0", + "version": "0.6.0", "description": "A graph data structure with topological sort.", "main": "index.js", "scripts": {