Browse Source

Release 0.1.40

pull/246/head 0.1.40
Masayuki Tanaka 11 years ago
parent
commit
f569299680
  1. 2
      bower.json
  2. 2
      c3.js
  3. 2
      c3.min.js

2
bower.json

@ -1,7 +1,7 @@
{
"name": "c3",
"main": "c3.min.js",
"version": "0.1.38",
"version": "0.1.40",
"homepage": "https://github.com/masayuki0812/c3",
"authors": [
"Masayuki Tanaka <masayuki0812@mac.com>"

2
c3.js

@ -4,7 +4,7 @@
/*global define, module, exports, require */
var c3 = {
version: "0.1.38"
version: "0.1.40"
};
var CLASS = {

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save