Skip to content

Commit

Permalink
Release v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed Jan 18, 2015
1 parent b11f6ba commit 76d2df9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down
2 changes: 1 addition & 1 deletion c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c3",
"version": "0.4.8",
"version": "0.4.9",
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var c3 = { version: "0.4.8" };
var c3 = { version: "0.4.9" };

var c3_chart_fn, c3_chart_internal_fn;

Expand Down

0 comments on commit 76d2df9

Please sign in to comment.