Skip to content

Commit

Permalink
[dist] Version bump. 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Dec 23, 2011
1 parent c81bae2 commit 5055689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <charlie.robbins@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -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" }
}

0 comments on commit 5055689

Please sign in to comment.