From e9fb1038063b56d339f4aa861911c63fb769c975 Mon Sep 17 00:00:00 2001 From: Justin Reynolds Date: Fri, 31 Mar 2017 14:10:34 -0700 Subject: [PATCH] Release v4.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf57f49..578e4fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vizceral", - "version": "4.3.8", + "version": "4.4.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": {