Skip to content

Commit 6fd272a

Browse files
committed
[doc] Update to v0.5.7 in code and README.md
1 parent c5fd368 commit 6fd272a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-http-proxy - v0.5.3
1+
# node-http-proxy - v0.5.7
22

33
<img src="http://i.imgur.com/8fTt9.png" />
44

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.5.3 // 5/17/2011
35+
// ### Version 0.5.7 // 5/19/2011
3636
//
37-
exports.version = [0, 5, 3];
37+
exports.version = [0, 5, 7];
3838

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

0 commit comments

Comments
 (0)