Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 28, 2012
1 parent 6f9a694 commit 0db155b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.1.6 / 2012-02-28
==================

* Fixed preservation of DEBUG env.

0.1.5 / 2012-02-27
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/up.js
Expand Up @@ -25,7 +25,7 @@ module.exports = exports = UpServer;
* @api public
*/

exports.version = '0.1.5';
exports.version = '0.1.6';

/**
* Worker constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
, "description": "Zero downtime reloads for Node HTTP(S) servers."
, "tags": ["cluster", "reload", "process", "monitor", "graceful", "restart"]
, "homepage": "https://github.com/learnboost/up"
, "version": "0.1.5"
, "version": "0.1.6"
, "bin": { "up": "./bin/up" }
, "main": "./lib/up"
, "engines": { "node": ">= 0.6.0" }
Expand Down

0 comments on commit 0db155b

Please sign in to comment.