From 2c52d8f1c5d0f4da3f6a6f23867badd9bc204f77 Mon Sep 17 00:00:00 2001 From: Justin Reynolds Date: Thu, 1 Dec 2016 16:37:34 -0800 Subject: [PATCH] Release v4.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eabacdd..152707e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vizceral", - "version": "4.2.3", + "version": "4.3.0", "description": "Intuitive animated traffic graph visualization 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": {