Skip to content

Commit

Permalink
Release 0.4.11-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed Aug 6, 2015
1 parent 7dd93cb commit 43f3738
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.11-rc1" };
var c3 = { version: "0.4.11-rc2" };

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.11-rc1",
"version": "0.4.11-rc2",
"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.11-rc1",
"version": "0.4.11-rc2",
"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.11-rc1" };
var c3 = { version: "0.4.11-rc2" };

var c3_chart_fn,
c3_chart_internal_fn,
Expand Down

0 comments on commit 43f3738

Please sign in to comment.