From 389bd1213df97f89bb0c42efc7cff4e8cd2f0412 Mon Sep 17 00:00:00 2001 From: VincentChanX <710852740@qq.com> Date: Mon, 10 Apr 2017 17:46:13 +0800 Subject: [PATCH] update version --- constants.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.js b/constants.js index 4e3611c..fedefcc 100644 --- a/constants.js +++ b/constants.js @@ -1,3 +1,3 @@ -const VERSION = '0.1.6'; +const VERSION = '0.1.7'; module.exports.VERSION = VERSION; \ No newline at end of file diff --git a/package.json b/package.json index 3c6285d..994ff8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shadowsocks-over-websocket", - "version": "0.1.6", + "version": "0.1.7", "description": "A fast tunnel proxy that helps you bypass firewalls", "main": "tcprelay.js", "scripts": {