From 3d7490ff6c0f4e62d7293bb591f782237403e3c8 Mon Sep 17 00:00:00 2001 From: Masayuki Tanaka Date: Fri, 7 Feb 2014 18:59:41 +0900 Subject: [PATCH] Update version for bug fix --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 08044ad..888eb19 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "c3", "main": "c3.min.js", - "version": "0.1.5", + "version": "0.1.6", "homepage": "https://github.com/masayuki0812/c3", "authors": [ "Masayuki Tanaka " diff --git a/package.json b/package.json index 70a6813..36b6c59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c3", - "version": "0.1.5", + "version": "0.1.6", "description": "D3-based reusable chart library", "main": "c3.js", "scripts": {