From: Tanner Linsley Date: Sat, 24 Oct 2015 23:17:13 +0000 (-0600) Subject: Updated Readme, and versions for beta release X-Git-Tag: 2.0.0-beta X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8165348dbe7f426f49e1260ee76265b5674edcc;p=thirdparty%2FChart.js.git Updated Readme, and versions for beta release --- diff --git a/README.md b/README.md index 09cbf0650..29e3160b4 100644 --- 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 diff --git a/bower.json b/bower.json index efdffbd19..d6dae222b 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index cb2b1570f..c665c6901 100644 --- a/package.json +++ b/package.json @@ -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",