diff --git a/README.md b/README.md
index d5a3f31..f1bdfb9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ _🍗 疯狂星期四 🍗_
-
+
@@ -31,11 +31,11 @@ _🍗 疯狂星期四 🍗_
## 版本
-v0.2.6a1
+v0.2.6rc1
⚠ 适配nonebot2-2.0.0rc1+
-[更新日志](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.6a1)
+[更新日志](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.6rc1)
## 安装
@@ -51,7 +51,7 @@ v0.2.6a1
天天疯狂!随机输出KFC疯狂星期四文案。
-⚠ 每次启动插件会自动尝试从repo中下载最新的文案资源
+⚠ 每次启动插件会自动尝试从repo中下载最新的文案资源!
## 命令
diff --git a/nonebot_plugin_crazy_thursday/__init__.py b/nonebot_plugin_crazy_thursday/__init__.py
index 12a1108..3d25ed0 100644
--- a/nonebot_plugin_crazy_thursday/__init__.py
+++ b/nonebot_plugin_crazy_thursday/__init__.py
@@ -10,7 +10,7 @@
except ModuleNotFoundError:
import json
-__crazy_thursday_version__ = "v0.2.6a1"
+__crazy_thursday_version__ = "v0.2.6rc1"
__crazy_thursday_notes__ = f"""
KFC疯狂星期四 {__crazy_thursday_version__}
[疯狂星期X] 随机输出KFC疯狂星期四文案
diff --git a/poetry.lock b/poetry.lock
index f4544ae..8b5ad61 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -519,7 +519,7 @@ reference = "tencentyun"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
-content-hash = "d9f6525019c2759be94b1c768998a96862e60c8bb6e9f1b91a444decc01068cf"
+content-hash = "59cf3e05a98cd1677e59df5f27c4589385f9db2cf3289d0be11bbad87a7d33bf"
[metadata.files]
anyio = [
diff --git a/pyproject.toml b/pyproject.toml
index 8e35c36..6fd098d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_plugin_crazy_thursday"
-version = "0.2.6a1"
+version = "0.2.6rc1"
description = "Send KFC crazy thursday articles randomly!"
authors = ["KafCoppelia "]
license = "MIT"
@@ -9,7 +9,7 @@ packages = [{include = "nonebot_plugin_crazy_thursday"}]
[tool.poetry.dependencies]
python = "^3.8"
-nonebot2 = "^2.0.0rc1"
+nonebot2 = "^2.0.0b3"
nonebot-adapter-onebot = "^2.1.1"
httpx = "^0.23.0"