diff --git a/README.md b/README.md index dd29a23..95fb5c3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Read the [Documentation here](http://thgreasi.github.io/growraf/docs.html). ChangeLog --------- +* **0.5.0** Add support for horizontal bar charts. + * **0.4.6** Lint source with JSHint and release a bower package. * **0.4.5** Introduced reanimate feature. Code restructuring, cleanups & performance improvements. diff --git a/bower.json b/bower.json index e845780..e07c829 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "growraf", - "version": "0.4.6", + "version": "0.5.0", "description": "A plugin for jquery.flot for smooth animations using requestAnimationFrame", "author": "https://github.com/thgreasi", "license": "MIT", diff --git a/jquery.flot.growraf.js b/jquery.flot.growraf.js index 025deae..7cf1a98 100644 --- a/jquery.flot.growraf.js +++ b/jquery.flot.growraf.js @@ -30,7 +30,7 @@ THE SOFTWARE. (function ($) { 'use strict'; - var pluginName = 'growraf', pluginVersion = '0.4.6'; + var pluginName = 'growraf', pluginVersion = '0.5.0'; var options = { series: { grow: { diff --git a/package.json b/package.json index bf08e64..ebf7486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "growraf", - "version": "0.4.6", + "version": "0.5.0", "description": "A plugin for jquery.flot for smooth animations using requestAnimationFrame", "author": "https://github.com/thgreasi", "license": "MIT",