From: Nick Downie Date: Fri, 1 Apr 2016 16:03:30 +0000 (+0100) Subject: Update package + built files to 1.1.0 version X-Git-Tag: v1.1.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef923dfe289fc41326be58f3f6e4d991c8eb741f;p=thirdparty%2FChart.js.git Update package + built files to 1.1.0 version --- diff --git a/Chart.js b/Chart.js index 16980b302..9e0303aa3 100644 --- a/Chart.js +++ b/Chart.js @@ -1,7 +1,7 @@ /*! * Chart.js * http://chartjs.org/ - * Version: 1.0.2 + * Version: 1.1.0 * * Copyright 2015 Nick Downie * Released under the MIT license diff --git a/Chart.min.js b/Chart.min.js index 971c291c8..d274978ca 100644 --- a/Chart.min.js +++ b/Chart.min.js @@ -1,7 +1,7 @@ /*! * Chart.js * http://chartjs.org/ - * Version: 1.0.2 + * Version: 1.1.0 * * Copyright 2015 Nick Downie * Released under the MIT license diff --git a/bower.json b/bower.json index 77a353b9d..582d2d2d2 100644 --- a/bower.json +++ b/bower.json @@ -16,5 +16,6 @@ "gulpfile.js", "package.json" ], - "dependencies": {} + "dependencies": {}, + "version": "1.1.0" } diff --git a/package.json b/package.json index aca2ef24d..96de719c8 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "chart.js", "homepage": "http://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", - "version": "1.0.2", + "version": "1.1.0", "main": "Chart.js", "repository": { "type": "git", "url": "https://github.com/nnnick/Chart.js.git" }, - "license" : "MIT", + "license": "MIT", "dependences": {}, "devDependencies": { "gulp": "3.9.x",