update version

This commit is contained in:
VincentChanX
2017-04-10 16:33:31 +08:00
parent 0c2b2e33ec
commit ec079567d5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
const VERSION = '0.1.5'; const VERSION = '0.1.6';
module.exports.VERSION = VERSION; module.exports.VERSION = VERSION;

View File

@@ -1,6 +1,6 @@
{ {
"name": "shadowsocks-over-websocket", "name": "shadowsocks-over-websocket",
"version": "0.1.5", "version": "0.1.6",
"description": "A fast tunnel proxy that helps you bypass firewalls", "description": "A fast tunnel proxy that helps you bypass firewalls",
"main": "tcprelay.js", "main": "tcprelay.js",
"scripts": { "scripts": {