Use a tag rather than the `master`. Easy to upgrade it in future.
This commit is contained in:
Qiu Yuzhou
2019-09-07 02:51:06 +08:00
parent b8c04edb9c
commit 0f17b94391
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import Foundation
let SS_LOCAL_VERSION = "3.2.5" let SS_LOCAL_VERSION = "3.2.5"
let KCPTUN_CLIENT_VERSION = "v20170718" let KCPTUN_CLIENT_VERSION = "v20170718"
let V2RAY_PLUGIN_VERSION = "master" let V2RAY_PLUGIN_VERSION = "1.1.0"
let PRIVOXY_VERSION = "3.0.26.static" let PRIVOXY_VERSION = "3.0.26.static"
let SIMPLE_OBFS_VERSION = "0.0.5_1" let SIMPLE_OBFS_VERSION = "0.0.5_1"
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/" let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"

View File

@ -5,9 +5,9 @@
# #
# Created by lkebin on 2019/2/18. # Created by lkebin on 2019/2/18.
# Copyright © 2019 qiuyuzhou. All rights reserved. # Copyright © 2019 qiuyuzhou. All rights reserved.
# https://github.com/shadowsocks/v2ray-plugin/tree/master # https://github.com/shadowsocks/v2ray-plugin/
VERSION="master" VERSION="1.1.0"
cd `dirname "${BASH_SOURCE[0]}"` cd `dirname "${BASH_SOURCE[0]}"`