Upgrade v2ray plugin to v1.1.0 at https://github.com/shadowsocks/v2ray-plugin/releases
Use a tag rather than the `master`. Easy to upgrade it in future.
This commit is contained in:
@ -10,7 +10,7 @@ import Foundation
|
||||
|
||||
let SS_LOCAL_VERSION = "3.2.5"
|
||||
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 SIMPLE_OBFS_VERSION = "0.0.5_1"
|
||||
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"
|
||||
|
@ -5,9 +5,9 @@
|
||||
#
|
||||
# Created by lkebin on 2019/2/18.
|
||||
# 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]}"`
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user