From 887859a375f41a666455006d072e8b99d891c7cc Mon Sep 17 00:00:00 2001 From: yang-wei Date: Thu, 31 Mar 2016 12:23:05 +0900 Subject: [PATCH] 0.5.3 Point cdn to the latest version --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 969fa82..87a1b7e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Modular ReactJS charts made using d3 chart utilities. Work on project documentat ### npmcdn Thanks to [npmcdn](https://npmcdn.com/) you can now try out rd3 quickly: - * https://npmcdn.com/rd3@0.5.1/build/public/js/react-d3.js - * https://npmcdn.com/rd3@0.5.1/build/public/js/react-d3.min.js + * https://npmcdn.com/rd3/build/public/js/react-d3.js + * https://npmcdn.com/rd3/build/public/js/react-d3.min.js ### NPM Or via `npm`: diff --git a/package.json b/package.json index 54a616f..1b0bec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rd3", - "version": "0.5.2", + "version": "0.5.3", "description": "ReactJS charts using d3", "author": "Lim Yang Wei", "homepage": "https://reactiva.github.io/react-d3-website/",