Skip to content

Commit ddf31b2

Browse files
committed
[dist] Version bump. v0.5.0
1 parent 12064d8 commit ddf31b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/node-http-proxy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ var util = require('util'),
3232
maxSockets = 100;
3333

3434
//
35-
// ### Version 0.4.2
35+
// ### Version 0.5.0
3636
//
37-
exports.version = [0, 4, 2];
37+
exports.version = [0, 5, 0];
3838

3939
//
4040
// ### function _getAgent (host, port, secure)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "http-proxy",
33
"description": "A full-featured http reverse proxy for node.js",
4-
"version": "0.4.2",
4+
"version": "0.5.0",
55
"author": "Charlie Robbins <[email protected]>",
66
"contributors": [
77
{ "name": "Mikeal Rogers", "email": "[email protected]" },
@@ -15,12 +15,12 @@
1515
"keywords": ["reverse", "proxy", "http"],
1616
"dependencies": {
1717
"colors": ">= 0.3.0",
18-
"optimist": ">= 0.1.6",
18+
"optimist": ">= 0.1.9",
1919
"request": ">= 1.9.0",
2020
"vows": ">= 0.5.8"
2121
},
2222
"main": "./lib/node-http-proxy",
2323
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
2424
"scripts": { "test": "vows test/*-test.js --spec" },
25-
"engines": { "node": ">= 0.4.3" }
25+
"engines": { "node": ">= 0.4.6" }
2626
}

0 commit comments

Comments
 (0)