From 883b9751d97615ce4a2ae96274e2b55c5433bef2 Mon Sep 17 00:00:00 2001 From: Qiu Yuzhou Date: Wed, 30 Oct 2019 17:47:52 +0800 Subject: [PATCH] Upgrade v2ray-plugin from v1.1.0 to v1.2.0 --- ShadowsocksX-NG/LaunchAgentUtils.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowsocksX-NG/LaunchAgentUtils.swift b/ShadowsocksX-NG/LaunchAgentUtils.swift index f6fedb0..e6b37c0 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 = "v20190905_1" -let V2RAY_PLUGIN_VERSION = "1.1.0" +let V2RAY_PLUGIN_VERSION = "1.2.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/"