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 4bff70e commit 57b3df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1"
versionName = "1.5.3"
}
}
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.0\n" +
return "Bepass plugin v1.5.3\n" +
"Fragmentation support\n" +
"TLS padding support\n" +
"Full tcp proxy through cloudflare support\n" +
Expand Down

0 comments on commit 57b3df1

Please sign in to comment.