update changelog and version number, ready to release 3.7.0

This commit is contained in:
OttoMao 2015-07-20 11:26:17 +08:00
parent b31adf1df3
commit 4c5bc97542
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20 July: AnyProxy 3.7.0:
* add a map-local panel on web ui, now you can easily map some request to your local files
1 July: AnyProxy 3.6.0: 1 July: AnyProxy 3.6.0:
* add a filter on web ui * add a filter on web ui

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "3.7.0Beta6", "version": "3.7.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": {