diff --git a/ShadowsocksX-NG/LaunchAgentUtils.swift b/ShadowsocksX-NG/LaunchAgentUtils.swift index 4d05b4e..a606622 100644 --- a/ShadowsocksX-NG/LaunchAgentUtils.swift +++ b/ShadowsocksX-NG/LaunchAgentUtils.swift @@ -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/" diff --git a/ShadowsocksX-NG/v2ray-plugin/install_v2ray_plugin.sh b/ShadowsocksX-NG/v2ray-plugin/install_v2ray_plugin.sh index b37bee3..2f2667b 100644 --- a/ShadowsocksX-NG/v2ray-plugin/install_v2ray_plugin.sh +++ b/ShadowsocksX-NG/v2ray-plugin/install_v2ray_plugin.sh @@ -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]}"` diff --git a/ShadowsocksX-NG/v2ray-plugin/v2ray-plugin b/ShadowsocksX-NG/v2ray-plugin/v2ray-plugin index 8caa9a2..b51f92a 100755 Binary files a/ShadowsocksX-NG/v2ray-plugin/v2ray-plugin and b/ShadowsocksX-NG/v2ray-plugin/v2ray-plugin differ