From 5055689a11f3b990f848bf2699e0111d9e708d5f Mon Sep 17 00:00:00 2001 From: indexzero Date: Fri, 23 Dec 2011 01:42:26 -0500 Subject: [PATCH] [dist] Version bump. 0.8.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a6b9dc20..b52eb01f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-proxy", - "version": "0.7.6", + "version": "0.8.0", "description": "A full-featured http reverse proxy for node.js", "author": "Charlie Robbins ", "contributors": [ @@ -33,5 +33,5 @@ "test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure", "test-core": "test/core/run" }, - "engines": { "node": "0.4.x || 0.5.x" } + "engines": { "node": ">= 0.6.6" } }