Skip to content

Commit

Permalink
[doc] Update to v0.5.7 in code and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 19, 2011
1 parent c5fd368 commit 6fd272a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-http-proxy - v0.5.3
# node-http-proxy - v0.5.7

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

Expand Down
4 changes: 2 additions & 2 deletions lib/node-http-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6fd272a

Please sign in to comment.