Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed Jun 4, 2014
1 parent 5b4639c commit d2f48b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "c3",
"main": "c3.min.js",
"version": "0.2.2",
"version": "0.2.3",
"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 @@ -4,7 +4,7 @@
/*global define, module, exports, require */

var c3 = {
version: "0.2.2"
version: "0.2.3"
};

var CLASS = {
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.2.2",
"version": "0.2.3",
"keywords": [],
"dependencies": {
"mbostock/d3": "*"
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.2.2",
"version": "0.2.3",
"description": "D3-based reusable chart library",
"main": "c3.js",
"scripts": {
Expand Down

0 comments on commit d2f48b8

Please sign in to comment.