Update package + built files to 1.1.0 version

This commit is contained in:
Nick Downie 2016-04-01 17:03:30 +01:00
parent 3f73433831
commit ef923dfe28
4 changed files with 6 additions and 5 deletions

2
Chart.js vendored
View File

@ -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

2
Chart.min.js vendored
View File

@ -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

View File

@ -16,5 +16,6 @@
"gulpfile.js",
"package.json"
],
"dependencies": {}
"dependencies": {},
"version": "1.1.0"
}

View File

@ -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",