From d6765d8f96bea81134c4a9847ff4aa39c63fa420 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Thu, 12 May 2016 13:44:17 -0700 Subject: [PATCH] Update d3-force. --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e98917f0..f5ab68de 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This branch contains the prerelease of D3 4.0. This API is unstable and may chan If you use NPM, `npm install d3@next`. Otherwise, download the [latest release](https://github.com/mbostock/d3/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. Create a custom build using [Rollup](https://github.com/rollup/rollup) or your preferred bundler. You can also load directly from [d3js.org](https://d3js.org): ```html - + ``` ## API Reference diff --git a/package.json b/package.json index 1b5ec624..08a9dfbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3", - "version": "4.0.0-alpha.38", + "version": "4.0.0-alpha.39", "publishConfig": { "tag": "next" }, @@ -47,7 +47,7 @@ "d3-drag": "0.1.2", "d3-dsv": "0.3.2", "d3-ease": "0.7.0", - "d3-force": "0.6.0", + "d3-force": "0.6.1", "d3-format": "0.5.1", "d3-hierarchy": "0.2.2", "d3-interpolate": "0.7.0",