Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Jan 28, 2012
1 parent 72cb7fb commit affc7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/clusterize.js
Expand Up @@ -7,7 +7,7 @@
var cluster = require('cluster'),
fs = require('fs');

exports.version = '0.1.1';
exports.version = '0.1.2';

var CPU_CORES = require('os').cpus().length,
ABORT_WHEN_DEATHS_EXCEEDS = 20,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "clusterize",
"version": "0.1.1",
"version": "0.1.2",
"description": "Helper for core cluster module.",
"homepage": "https://github.com/kishorenc/clusterize",
"author": "Kishore Nallan <kishore@kishorelive.com>",
Expand Down

0 comments on commit affc7e2

Please sign in to comment.