Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 4, 2011
1 parent 01a32fe commit 911fa00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,11 @@


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

* Removed unnecessary "pooling"
* Fixed multiple event emitting. Closes #73
* Fixed menu styling

0.3.1 / 2011-08-25 0.3.1 / 2011-08-25
================== ==================


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


exports.version = '0.3.1'; exports.version = '0.3.2';


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

0 comments on commit 911fa00

Please sign in to comment.