Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 26, 2012
1 parent 5c8f385 commit 62ea77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = exports = Distributor;
* @api public
*/

exports.version = '0.1.0';
exports.version = '0.1.1';

/**
* Distributor factory/constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "distribute"
, "description": "Load balancer / proxy / router organized around Express/Connect-like middleware."
, "version": "0.1.0"
, "version": "0.1.1"
, "tags": ["connect", "middleware", "proxy", "load balancer", "balance", "vhost", "virtual"]
, "main": "./distribute"
, "dependencies": {
Expand Down

0 comments on commit 62ea77a

Please sign in to comment.