From 6fd272ac18240811d8a8a39c85ee483557c414b3 Mon Sep 17 00:00:00 2001 From: indexzero Date: Thu, 19 May 2011 02:48:46 -0400 Subject: [PATCH] [doc] Update to v0.5.7 in code and README.md --- README.md | 2 +- lib/node-http-proxy.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)