]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Updated Readme, and versions for beta release 2.0.0-beta
authorTanner Linsley <tannerlinsley@gmail.com>
Sat, 24 Oct 2015 23:17:13 +0000 (17:17 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Sat, 24 Oct 2015 23:17:13 +0000 (17:17 -0600)
README.md
bower.json
package.json

index 09cbf0650892f174fb1ae66678c573cb46b1723b..29e3160b45ec61d323004fc58dec6cac01919994 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
 
 *Simple HTML5 Charts using the canvas element* [chartjs.org](http://www.chartjs.org)
 
-## v2.0 Development
+## v2.0 Beta
 
-Current Release: [2.0.0-alpha4](https://github.com/nnnick/Chart.js/releases/tag/2.0.0-alpha4)
+Current Release: [2.0.0-beta](https://github.com/nnnick/Chart.js/releases/tag/2.0.0-beta)
 
 The next generation and release of Chart.js has been well under way this year and we are very close to releasing some amazing new features including, but not limited to:
 - Rewritten, optimized, and unit-tested
index efdffbd19884980655632acc2852f1bd39964ea7..d6dae222b407b4dfab8d88662cd79d525f770575 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "Chart.js",
-    "version": "2.0.0-alpha",
+    "version": "2.0.0-beta",
     "description": "Simple HTML5 Charts using the canvas element",
     "homepage": "https://github.com/nnnick/Chart.js",
     "author": "nnnick",
index cb2b1570fdaadbdc8471793c805ae6d4740547f5..c665c6901c67b5cba2051e112ae5f9c539be4f89 100644 (file)
@@ -2,7 +2,7 @@
   "name": "chart.js",
   "homepage": "http://www.chartjs.org",
   "description": "Simple HTML5 charts using the canvas element.",
-  "version": "2.0.0-alpha",
+  "version": "2.0.0-beta",
   "main": "Chart.js",
   "repository": {
     "type": "git",