diff --git a/README-zh-CN.md b/README-zh-CN.md
index 022e112..fad1885 100644
--- a/README-zh-CN.md
+++ b/README-zh-CN.md
@@ -1,7 +1,7 @@
# Yuki Reflection

-
+
[](https://t.me/YukiReflection)
diff --git a/README.md b/README.md
index 3c04bc1..3c52f08 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Yuki Reflection

-
+
[](https://t.me/YukiReflection)
diff --git a/build.gradle b/build.gradle
index 3d2d467..7732512 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ ext {
targetSdk : 33
]
app = [
- versionName: '1.0.0',
+ versionName: 'universal',
versionCode: 1
]
maven = [
@@ -26,8 +26,8 @@ ext {
repository : [
groupId : 'com.highcapable.yukireflection',
apiVersion : [
- name: '1.0.0',
- code: 1
+ name: '1.0.1',
+ code: 2
],
name : 'YukiReflection',
description: 'An efficient Reflection API for the Android platform built in Kotlin.',
diff --git a/docs-source/src/en/about/changelog.md b/docs-source/src/en/about/changelog.md
index 713b5c2..eef92e7 100644
--- a/docs-source/src/en/about/changelog.md
+++ b/docs-source/src/en/about/changelog.md
@@ -16,6 +16,11 @@ Time zone of version release date: **UTC+8**
:::
-### 1.0.0 | 2023.01.26
+### 1.0.1 | 2023.04.16
+
+- Change the type of dependent library from **Java Library** (jar) to **Android Library** (aar)
+- Removed wrong `Class` object declaration in Android `type`
+
+### 1.0.0 | 2023.01.26
- The first version is submitted to Maven
\ No newline at end of file
diff --git a/docs-source/src/zh-cn/about/changelog.md b/docs-source/src/zh-cn/about/changelog.md
index 023365a..369230a 100644
--- a/docs-source/src/zh-cn/about/changelog.md
+++ b/docs-source/src/zh-cn/about/changelog.md
@@ -8,6 +8,11 @@
:::
-### 1.0.0 | 2023.01.26
+### 1.0.1 | 2023.04.16
+
+- 将依赖库的类型由 **Java Library** (jar) 修改为 **Android Library** (aar)
+- 移除了 Android `type` 中的错误 `Class` 对象声明
+
+### 1.0.0 | 2023.01.26
- 首个版本提交至 Maven
\ No newline at end of file