diff --git a/README.md b/README.md
index 0e24aa5e..5d87cf67 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@


-
+
[](https://t.me/XiaofangInternet)
@@ -193,7 +193,7 @@ class MainHook : YukiHookXposedInitProxy {
添加并改进一些方法功能的注释;
增加 Demo 中的更多示例 Hook 内容;
修复在一个 Hook 实例中,`allMethods` 多次使用时只有最后一个生效的问题,感谢 [WankkoRee](https://github.com/WankkoRee) 的反馈。
-- 1.0.7
+- 1.0.70
修复 `instanceClass` 在静态实例中调用后报错问题;
在 Hook 过程中加入 `isUseAppClassLoader` 功能,感谢 [WankkoRee](https://github.com/WankkoRee) 的反馈;
加入 `withProcess` 功能,可根据 APP 当前指定进程进行 Hook;
diff --git a/build.gradle b/build.gradle
index 580e6e35..e63d71b8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ ext {
devUser = "fankesyooni"
userEmail = "qzmmcn@163.com"
groupId = "com.highcapable.yukihookapi"
- apiVersion = "1.0.7"
+ apiVersion = "1.0.70"
repoName = "YukiHookAPI"
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
licenceName = "MIT License"