update version number, ready to release a beta version

This commit is contained in:
OttoMao 2015-04-27 16:41:56 +08:00
parent 6d17f6e753
commit 20dc7a7b41
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
27 Apr: anyproxy 3.3.1:
* optimize web server and web socket interface
20 Apr 2015: anyproxy 3.3.1: 20 Apr 2015: anyproxy 3.3.1:
* now you can assign your own port for web gui * now you can assign your own port for web gui

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "3.3.1", "version": "3.4.0",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js", "main": "proxy.js",
"bin": { "bin": {