Commit 17478d6d authored by Masayuki Tanaka's avatar Masayuki Tanaka

Update version to 0.1.26

parent e44ce25b
{
"name": "c3",
"main": "c3.min.js",
"version": "0.1.25",
"version": "0.1.26",
"homepage": "https://github.com/masayuki0812/c3",
"authors": [
"Masayuki Tanaka <masayuki0812@mac.com>"
......
(function (window) {
'use strict';
var c3 = {};
var c3 = {
version: "0.1.26"
};
var CLASS = {
target: 'c3-target',
......@@ -62,8 +64,6 @@
INCLUDED: '_included_',
};
c3.version = "0.1.24";
/*
* Generate chart according to config
*/
......
{
"name": "c3",
"version": "0.1.25",
"version": "0.1.26",
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
......
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