Skip to content

Commit

Permalink
chore: increase version number to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thgreasi committed Feb 19, 2015
1 parent 95879e6 commit fd08e1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion jquery.flot.growraf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fd08e1a

Please sign in to comment.