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": {