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": {