Skip to content

Commit

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

0.5.1 / 2011-03-24
==================

* Changed; only caught uncaughtExceptions when no other listeners are present

0.5.0 / 2011-03-24
==================

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

exports.version = '0.5.0';
exports.version = '0.5.1';

/**
* Start a new `Master` with the given `server`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cluster",
"description": "extensible multi-core server manager",
"keywords": ["server", "spark", "fugue", "tcp", "workers"],
"version": "0.5.0",
"version": "0.5.1",
"homepage": "http://learnboost.github.com/cluster",
"repository": "git://github.com/LearnBoost/cluster.git",
"author": "TJ Holowaychuk <tj@learnboost.com> (http://tjholowaychuk.com)",
Expand Down

0 comments on commit 5b8ce9b

Please sign in to comment.