diff --git a/Chart.Zoom.js b/Chart.Zoom.js index a8277562..526ece58 100644 --- a/Chart.Zoom.js +++ b/Chart.Zoom.js @@ -1,7 +1,7 @@ /*! * Chart.Zoom.js * http://chartjs.org/ - * Version: 0.1.3 + * Version: 0.2.0 * * Copyright 2016 Evert Timberg * Released under the MIT license diff --git a/Chart.Zoom.min.js b/Chart.Zoom.min.js index e0f82c89..f10634d3 100644 --- a/Chart.Zoom.min.js +++ b/Chart.Zoom.min.js @@ -1,7 +1,7 @@ /*! * Chart.Zoom.js * http://chartjs.org/ - * Version: 0.1.3 + * Version: 0.2.0 * * Copyright 2016 Evert Timberg * Released under the MIT license diff --git a/package.json b/package.json index 269d9e2b..bce0997f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Chart.Zoom.js", "description": "Simple HTML5 charts using the canvas element.", - "version": "0.1.3", + "version": "0.2.0", "license": "MIT", "main": "src/chart.zoom.js", "repository": {