Update version to 1.0.68

This commit is contained in:
2022-03-29 20:53:26 +08:00
parent cfdff3cdf6
commit 947560a4a4
3 changed files with 10 additions and 5 deletions

View File

@@ -73,10 +73,10 @@ object YukiHookAPI {
private var isXposedInitialized = false
/** 获取当前 [YukiHookAPI] 的版本 */
const val API_VERSION_NAME = "1.0.67"
const val API_VERSION_NAME = "1.0.68"
/** 获取当前 [YukiHookAPI] 的版本号 */
const val API_VERSION_CODE = 12
const val API_VERSION_CODE = 13
/**
* 模块是否装载了 Xposed 回调方法