Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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