From ddf31b22ec71ef9dacca9c178ee26b6314d9fdf4 Mon Sep 17 00:00:00 2001 From: indexzero Date: Sun, 17 Apr 2011 03:27:55 -0400 Subject: [PATCH] [dist] Version bump. v0.5.0 --- lib/node-http-proxy.js | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/node-http-proxy.js b/lib/node-http-proxy.js index 698b80a..9f3521c 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.4.2 +// ### Version 0.5.0 // -exports.version = [0, 4, 2]; +exports.version = [0, 5, 0]; // // ### function _getAgent (host, port, secure) diff --git a/package.json b/package.json index c08f1a1..c058b4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-proxy", "description": "A full-featured http reverse proxy for node.js", - "version": "0.4.2", + "version": "0.5.0", "author": "Charlie Robbins ", "contributors": [ { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, @@ -15,12 +15,12 @@ "keywords": ["reverse", "proxy", "http"], "dependencies": { "colors": ">= 0.3.0", - "optimist": ">= 0.1.6", + "optimist": ">= 0.1.9", "request": ">= 1.9.0", "vows": ">= 0.5.8" }, "main": "./lib/node-http-proxy", "bin": { "node-http-proxy": "./bin/node-http-proxy" }, "scripts": { "test": "vows test/*-test.js --spec" }, - "engines": { "node": ">= 0.4.3" } + "engines": { "node": ">= 0.4.6" } } \ No newline at end of file