From 1d55c1ebcea186a2ed407f98e79ced27cb0ca2f5 Mon Sep 17 00:00:00 2001 From: shymega Date: Sat, 28 Feb 2015 16:54:43 +0000 Subject: [PATCH] Updated d3.js again --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 19ce792..2279732 100755 --- a/install +++ b/install @@ -24,7 +24,7 @@ rm bootstrap-3.3.2-dist.zip mkdir d3 cd d3 -wget https://github.com/mbostock/d3/releases/download/v3.5.3/d3.zip +wget https://github.com/mbostock/d3/releases/download/v3.5.5/d3.zip unzip d3.zip rm d3.zip