Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed Nov 15, 2014
1 parent d5d518d commit 1722800
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -4,7 +4,7 @@
"c3.css",
"c3.js"
],
"version": "0.3.0",
"version": "0.4.0",
"homepage": "https://github.com/masayuki0812/c3",
"authors": [
"Masayuki Tanaka <masayuki0812@mac.com>"
Expand Down
2 changes: 1 addition & 1 deletion c3.js
Expand Up @@ -3,7 +3,7 @@

/*global define, module, exports, require */

var c3 = { version: "0.3.0" };
var c3 = { version: "0.4.0" };

var c3_chart_fn, c3_chart_internal_fn;

Expand Down
2 changes: 1 addition & 1 deletion c3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "c3",
"repo": "masayuki0812/c3",
"description": "A D3-based reusable chart library",
"version": "0.3.0",
"version": "0.4.0",
"keywords": [],
"dependencies": {
"mbostock/d3": "v3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "c3",
"version": "0.3.0",
"version": "0.4.0",
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
@@ -1,4 +1,4 @@
var c3 = { version: "0.3.0" };
var c3 = { version: "0.4.0" };

var c3_chart_fn, c3_chart_internal_fn;

Expand Down

1 comment on commit 1722800

@AnSavvides
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.