diff --git a/Chart.Zoom.js b/Chart.Zoom.js index 5c045aaa..8acce250 100644 --- a/Chart.Zoom.js +++ b/Chart.Zoom.js @@ -1,7 +1,7 @@ /*! * Chart.Zoom.js * http://chartjs.org/ - * Version: 0.2.0 + * Version: 0.3.0 * * Copyright 2016 Evert Timberg * Released under the MIT license diff --git a/Chart.Zoom.min.js b/Chart.Zoom.min.js index c4ed8f27..4dd52564 100644 --- a/Chart.Zoom.min.js +++ b/Chart.Zoom.min.js @@ -1,7 +1,7 @@ /*! * Chart.Zoom.js * http://chartjs.org/ - * Version: 0.2.0 + * Version: 0.3.0 * * Copyright 2016 Evert Timberg * Released under the MIT license diff --git a/package.json b/package.json index bce0997f..36d969fe 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.2.0", + "version": "0.3.0", "license": "MIT", "main": "src/chart.zoom.js", "repository": {