diff --git a/README.md b/README.md index 399c32f..a39d6e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-http-proxy - v0.5.3 +# node-http-proxy - v0.5.7 diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index 5e99fe7..2240be9 100644 --- a/lib/node-http-proxy.js +++ b/lib/node-http-proxy.js @@ -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)