diff --git a/constants.js b/constants.js index 0d37360..4e3611c 100644 --- a/constants.js +++ b/constants.js @@ -1,3 +1,3 @@ -const VERSION = '0.1.5'; +const VERSION = '0.1.6'; module.exports.VERSION = VERSION; \ No newline at end of file diff --git a/package.json b/package.json index 4281d05..3c6285d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shadowsocks-over-websocket", - "version": "0.1.5", + "version": "0.1.6", "description": "A fast tunnel proxy that helps you bypass firewalls", "main": "tcprelay.js", "scripts": {