Skip to content

Commit

Permalink
[dist] Version bump. v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Apr 17, 2011
1 parent 12064d8 commit ddf31b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/node-http-proxy.js
Expand Up @@ -32,9 +32,9 @@ var util = require('util'),
maxSockets = 100;

//
// ### Version 0.4.2
// ### Version 0.5.0
//
exports.version = [0, 4, 2];
exports.version = [0, 5, 0];

//
// ### function _getAgent (host, port, secure)
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "http-proxy",
"description": "A full-featured http reverse proxy for node.js",
"version": "0.4.2",
"version": "0.5.0",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" },
Expand All @@ -15,12 +15,12 @@
"keywords": ["reverse", "proxy", "http"],
"dependencies": {
"colors": ">= 0.3.0",
"optimist": ">= 0.1.6",
"optimist": ">= 0.1.9",
"request": ">= 1.9.0",
"vows": ">= 0.5.8"
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.3" }
"engines": { "node": ">= 0.4.6" }
}

0 comments on commit ddf31b2

Please sign in to comment.