Commit f04c84df authored by Masayuki Tanaka's avatar Masayuki Tanaka

Release 0.4.11-rc3

parent f3e56c58
......@@ -3,7 +3,7 @@
/*global define, module, exports, require */
var c3 = { version: "0.4.11-rc2" };
var c3 = { version: "0.4.11-rc3" };
var c3_chart_fn,
c3_chart_internal_fn,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@
"name": "c3",
"repo": "masayuki0812/c3",
"description": "A D3-based reusable chart library",
"version": "0.4.11-rc2",
"version": "0.4.11-rc3",
"keywords": [],
"dependencies": {
"mbostock/d3": "v3.5.0"
......
{
"name": "c3",
"version": "0.4.11-rc2",
"version": "0.4.11-rc3",
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
......
var c3 = { version: "0.4.11-rc2" };
var c3 = { version: "0.4.11-rc3" };
var c3_chart_fn,
c3_chart_internal_fn,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment