diff --git a/README.md b/README.md index 6558164..05aa446 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ anyproxy ========== another proxy written in NodeJS, which can handle HTTPS requests and CORS perfectly. Produced by Alipay-ct-wd. -Anyproxy是支付宝-创新终端技术部推出的一款基于NodeJS的web代理工具,用来解决HTTPS代理、跨域请求(CORS)等移动端调试中的常见问题。 - - Feature ------------ * work as http or https proxy diff --git a/package.json b/package.json index d65a82f..fe730c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyproxy", - "version": "1.2.9", + "version": "1.2.10", "description": "a charles/fiddler like proxy written in NodeJs, which can handle HTTPS requests and CROS perfectly.", "main": "proxy.js", "bin": {