diff --git a/README.md b/README.md
index dcd6fdc2..189b95e8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@

-
Overflow WIP
+
Overflow
欢迎回到 mirai
@@ -12,7 +12,7 @@
[](https://github.com/project-tRNA) [](https://github.com/MrXiaoM/Overflow/stargazers) [](https://github.com/mamoe/mirai) [](https://11.onebot.dev) [](https://mirai.mamoe.net/topic/2565)
-当前 Overflow 正趋于稳定,欢迎各位测试。
+当前 Overflow 基本稳定,欢迎各位使用。
- **[用户手册: 快速开始](https://mirai.mrxiaom.top/docs/UserManual)**
- **[开发文档](https://mirai.mrxiaom.top/docs/dev)**
diff --git a/build.gradle.kts b/build.gradle.kts
index 77064884..9d1ad2d1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -19,7 +19,7 @@ plugins {
Helper.rootProj = rootProject
group = "top.mrxiaom.mirai"
-val overflowVersion = "0.9.9".ext("overflowVersion")
+val overflowVersion = "1.0.0".ext("overflowVersion")
val miraiVersion = "2.16.0".ext("miraiVersion")
var commitHash = "local"