diff --git a/README.md b/README.md
index e9eceeed..b5459be8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@


-
+
[](https://t.me/XiaofangInternet)
@@ -169,7 +169,11 @@ class MainHook : YukiHookXposedInitProxy {
增加 `MethodFinder` 与 `FieldFinder` 新的返回值调用方法;
修复可能存在的问题,并修复太极使用过程中可能存在的问题;
修复自动生成 Xposed 入口类可能发生的问题;
- 增加了 `type` 中的 `android` 类型以及 `java` 类型。
+ 增加了 `type` 中的 `android` 类型以及 `java` 类型。
+- 1.0.66
+ 修复 `MethodFinder` 中的一个严重问题;
+ 增加 `hookParam` 中的 `args` 调用方法;
+ 修复其它可能存在的问题以及修复部分类的注释问题。
# Cooperations
diff --git a/build.gradle b/build.gradle
index 41715f4a..dcdc2e23 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.65"
+ apiVersion = "1.0.66"
repoName = "YukiHookAPI"
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
licenceName = "MIT License"