diff --git a/Linux-64/ktproxy_v2.5.2_linux b/Linux-64/ktproxy_v2.5.2_linux new file mode 100755 index 0000000..8fee272 Binary files /dev/null and b/Linux-64/ktproxy_v2.5.2_linux differ diff --git a/Windows-64/ktproxy_v2.5.2_win.exe b/Windows-64/ktproxy_v2.5.2_win.exe new file mode 100755 index 0000000..d8207e3 Binary files /dev/null and b/Windows-64/ktproxy_v2.5.2_win.exe differ diff --git a/linux-install.sh b/linux-install.sh index 52660a6..a40e65d 100644 --- a/linux-install.sh +++ b/linux-install.sh @@ -2,7 +2,7 @@ # Author: KT007007 # github: https://github.com/kt007007 -VERSION="2.5.1" +VERSION="2.5.2" DOWNLOAD_HOST="https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64" @@ -191,7 +191,7 @@ start() { update() { turn_off - installapp 2.5.1 + installapp 2.5.2 } turn_on() { @@ -460,7 +460,7 @@ read -p "$(echo -e "请选择[1-14]:")" choose case $choose in 1) - installapp 2.5.1 + installapp 2.5.2 ;; 2) update diff --git a/version.json b/version.json index d5f2165..38ec16e 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "version": "2.5.1", - "win_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Windows-64/ktproxy_v2.5.1_win.exe", - "linux_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64/ktproxy_v2.5.1_linux", + "version": "2.5.2", + "win_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Windows-64/ktproxy_v2.5.2_win.exe", + "linux_path": "https://github.com/kt007007/KTMinerProxy/raw/main/Linux-64/ktproxy_v2.5.2_linux", "description": "更新详情请前往Github" } \ No newline at end of file