Skip to content

Commit

Permalink
bump core version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Sep 9, 2023
1 parent 7ad953c commit 8ed88d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0"
versionName = "1.5.1"
}
}
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.4.0-beta/Bepass-linux-arm64.dc8363.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.4.0-beta/Bepass-linux-arm7.dc8363.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.4.0-beta/Bepass-linux-386.dc8363.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.4.0-beta/Bepass-linux-amd64.dc8363.zip"
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"
}

download_"$1"

0 comments on commit 8ed88d9

Please sign in to comment.