Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 28, 2011
1 parent 0d6273d commit e309388
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.3.3 / 2011-11-28
==================

* Fixed: use relative stats route to support mounting [alexkwolfe]
* Fixed 0.6.x support
* Removed empty Makefile

0.3.2 / 2011-10-04
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/kue.js
Expand Up @@ -25,7 +25,7 @@ exports = module.exports = Queue;
* Library version.
*/

exports.version = '0.3.2';
exports.version = '0.3.3';

/**
* Expose `Job`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "kue"
, "version": "0.3.2"
, "version": "0.3.3"
, "description": "Feature rich priority job queue backed by redis"
, "keywords": ["redis", "job", "queue", "worker", "redis"]
, "author": "TJ Holowaychuk <tj@learnboost.com>"
Expand Down

0 comments on commit e309388

Please sign in to comment.