Skip to content

Commit

Permalink
bump core version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Sep 10, 2023
1 parent 57b3df1 commit 760ca45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app_bepass/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ android {
defaultConfig {
applicationId = "moe.matsuri.plugin.bepass"
versionCode = 1
versionName = "1.5.3"
versionName = "1.5.4"
}
}
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.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"
dl_and_chmod arm64-v8a "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-arm64.487733.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-arm7.487733.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-386.487733.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-amd64.487733.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.5.3\n" +
return "Bepass plugin v1.5.4\n" +
"Fragmentation support\n" +
"TLS padding support\n" +
"Full tcp proxy through cloudflare support\n" +
Expand Down

0 comments on commit 760ca45

Please sign in to comment.