Skip to content

Commit

Permalink
Update version to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed May 4, 2016
1 parent 353c770 commit 223404a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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-rc4" };
var c3 = { version: "0.4.11" };

var c3_chart_fn,
c3_chart_internal_fn,
Expand Down
4 changes: 2 additions & 2 deletions 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-rc4",
"version": "0.4.11",
"keywords": [],
"dependencies": {
"mbostock/d3": "v3.5.6"
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-rc4",
"version": "0.4.11",
"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-rc4" };
var c3 = { version: "0.4.11" };

var c3_chart_fn,
c3_chart_internal_fn,
Expand Down

0 comments on commit 223404a

Please sign in to comment.