Skip to content

Commit

Permalink
update version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kt007007 committed Jun 12, 2022
1 parent 637bb4e commit b99cecb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file added Linux-64/ktproxy_v2.5.2_linux
Binary file not shown.
Binary file added Windows-64/ktproxy_v2.5.2_win.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions linux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -191,7 +191,7 @@ start() {
update() {
turn_off

installapp 2.5.1
installapp 2.5.2
}

turn_on() {
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit b99cecb

Please sign in to comment.