ready to release v3.10.0

This commit is contained in:
OttoMao 2016-05-26 11:47:48 +08:00
parent 4c17e837c5
commit d886e8af5d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
29 Apr 2016: AnyProxy 3.10.0:
* using node-forge to generate HTTPS certificates instead of openssl
29 Apr 2016: AnyProxy 3.9.1: 29 Apr 2016: AnyProxy 3.9.1:
* update SHA1 to SHA256 for openssl certificates * update SHA1 to SHA256 for openssl certificates

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "3.10.0Beta2", "version": "3.10.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": {