From 8fb99ab9a1ba8b94ea3a4289c6547f6586cde1ed Mon Sep 17 00:00:00 2001
From: OttoMao <ottomao@gmail.com>
Date: Sun, 12 Jul 2015 21:46:00 +0800
Subject: [PATCH] update readme and version nubmer

---
 README.md    | 1 -
 package.json | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8ada51c..e8b31d7 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,6 @@ var options = {
     dbFile        : null,  // optional, save request data to a specified file, will use in-memory db if not specified
     webPort       : 8002,  // optional, port for web interface
     socketPort    : 8003,  // optional, internal port for web socket, replace this when it is conflict with your own service
-    webConfigPort : 8088,  // optional, internal port for web config(beta), replace this when it is conflict with your own service
     throttle      : 10,    // optional, speed limit in kb/s
     disableWebInterface : false, //optional, set it when you don't want to use the web interface
     silent        : false //optional, do not print anything into terminal. do not set it when you are still debugging.
diff --git a/package.json b/package.json
index c5c8b2b..19bd52c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "anyproxy",
-  "version": "3.7.0Beta4",
+  "version": "3.7.0Beta5",
   "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
   "main": "proxy.js",
   "bin": {