Skip to content

Commit

Permalink
juicity update
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Mar 13, 2024
1 parent a380a48 commit d4fad5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app_juicity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
applicationId = "moe.matsuri.plugin.juicity"
versionCode = 2
versionName = "v0.3.0"
versionName = "v0.4.0"
splits.abi {
reset()
include("arm64-v8a")
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ download_tuic5() {
}

download_juicity() {
VERSION="v0.3.0"
VERSION="v0.4.0"
mkdir_libs "app_juicity/libs"

curl -Lso tmp.zip "https://github.com/juicity/juicity/releases/download/"$VERSION"/juicity-android-arm64.zip"
Expand Down
2 changes: 1 addition & 1 deletion js/plugin_juicity/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 "早期测试版本,上游版本 v0.3.0\n" +
return "早期测试版本,上游版本 v0.4.0\n" +
"1 目前不兼容链式代理\n" +
"2 目前无法使用域名,请使用 IP 地址类型的服务器\n" +
"这个插件是实验性的。如果在使用过程中遇到任何问题,请自行解决。"
Expand Down

0 comments on commit d4fad5c

Please sign in to comment.