[doc] Update to v0.5.7 in code and README.md

This commit is contained in:
indexzero 2011-05-19 02:48:46 -04:00
parent c5fd368a8d
commit 6fd272ac18
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# node-http-proxy - v0.5.3
# node-http-proxy - v0.5.7
<img src="http://i.imgur.com/8fTt9.png" />

View File

@ -32,9 +32,9 @@ var util = require('util'),
maxSockets = 100;
//
// ### Version 0.5.3 // 5/17/2011
// ### Version 0.5.7 // 5/19/2011
//
exports.version = [0, 5, 3];
exports.version = [0, 5, 7];
//
// ### function _getAgent (host, port, secure)