]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update package + built files to 1.1.0 version v1.1.0
authorNick Downie <hello@nickdownie.com>
Fri, 1 Apr 2016 16:03:30 +0000 (17:03 +0100)
committerNick Downie <hello@nickdownie.com>
Fri, 1 Apr 2016 16:03:30 +0000 (17:03 +0100)
Chart.js
Chart.min.js
bower.json
package.json

index 16980b3023c724890032b5fa752b7633f04af3c0..9e0303aa38715dd451db0227a2dd7710f4b8af9d 100644 (file)
--- 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
index 971c291c856461564b44ed5a6a5f490dde107373..d274978ca92477c99134695c7290e6c3a985b055 100644 (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
index 77a353b9d8df6e829ee2549ea0ad77363643534f..582d2d2d2207e1d3a20f46ca21b3939d875d7c88 100644 (file)
@@ -16,5 +16,6 @@
     "gulpfile.js",
     "package.json"
   ],
-  "dependencies": {}
+  "dependencies": {},
+  "version": "1.1.0"
 }
index aca2ef24dc135e4f52e2a10ea1e7f3aab79e5ab6..96de719c82b8487498e4025962a8f24edba8fa35 100644 (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",