Skip to content

Commit

Permalink
bump core version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Sep 9, 2023
1 parent 8ed88d9 commit 4bff70e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dl_and_chmod() {
}

download_bepass() {
dl_and_chmod arm64-v8a "https://github.com/uoosef/bepass/releases/download/v1.5.0/Bepass-linux-arm64.41ac51.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.5.0/Bepass-linux-arm7.41ac51.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.5.0/Bepass-linux-386.41ac51.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.5.0/Bepass-linux-amd64.41ac51.zip"
dl_and_chmod arm64-v8a "https://github.com/uoosef/bepass/releases/download/v1.5.3/Bepass-linux-arm64.4f27e7.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.5.3/Bepass-linux-arm7.4f27e7.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.5.3/Bepass-linux-386.4f27e7.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.5.3/Bepass-linux-amd64.4f27e7.zip"
}

download_"$1"
2 changes: 1 addition & 1 deletion js/plugin_bepass/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function nekoProtocol(protocolId) {
}

export function nekoAbout() {
return "Bepass plugin v1.4.0-beta\n" +
return "Bepass plugin v1.5.0\n" +
"Fragmentation support\n" +
"TLS padding support\n" +
"Full tcp proxy through cloudflare support\n" +
Expand Down

0 comments on commit 4bff70e

Please sign in to comment.