Commit 76d2df97 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Release v0.4.9

parent b11f6ba7
......@@ -4,7 +4,7 @@
"c3.css",
"c3.js"
],
"version": "0.4.8",
"version": "0.4.9",
"homepage": "https://github.com/masayuki0812/c3",
"authors": [
"Masayuki Tanaka <masayuki0812@mac.com>"
......
......@@ -3,7 +3,7 @@
/*global define, module, exports, require */
var c3 = { version: "0.4.8" };
var c3 = { version: "0.4.9" };
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.8",
"version": "0.4.9",
"keywords": [],
"dependencies": {
"mbostock/d3": "v3.5.0"
......
{
"name": "c3",
"version": "0.4.8",
"version": "0.4.9",
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
......
var c3 = { version: "0.4.8" };
var c3 = { version: "0.4.9" };
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