From fd8bff590618e1108bf22a6e2af88d41664af5f7 Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Sat, 14 Jan 2017 15:59:33 +0100 Subject: [PATCH] bumped package version to 4.18.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cbbce13b..f8e4b1a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vis", - "version": "4.17.0-SNAPSHOT", + "version": "4.18.0", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", "license": "(Apache-2.0 OR MIT)", @@ -30,7 +30,7 @@ }, "dependencies": { "babel-polyfill": "^6.20.0", - "babel-runtime": "^6.20.0", + "babel-runtime": "^6.20.0", "emitter-component": "^1.1.1", "moment": "^2.12.0", "propagating-hammerjs": "^1.4.6",