From b57cd919d95a1a599d6934b08f3f76bc2ce25b19 Mon Sep 17 00:00:00 2001 From: Justin Reynolds Date: Tue, 22 Nov 2016 11:23:48 -0800 Subject: [PATCH] Release v4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 957e8e3..0606628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vizceral", - "version": "4.1.1", + "version": "4.2.0", "description": "Intuitive animated traffic graph using webgl. If a graph of nodes and edges with data about traffic volume is provided, it will render a traffic graph animating the connection volume between nodes.", "main": "dist/vizceral.js", "repository": {