From ef923dfe289fc41326be58f3f6e4d991c8eb741f Mon Sep 17 00:00:00 2001 From: Nick Downie Date: Fri, 1 Apr 2016 17:03:30 +0100 Subject: [PATCH] Update package + built files to 1.1.0 version --- Chart.js | 2 +- Chart.min.js | 2 +- bower.json | 3 ++- package.json | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) 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",