Skip to content

Commit

Permalink
v0.4.10.post1: change release version (#59)
Browse files Browse the repository at this point in the history
* 🔖 v0.4.10.post1: change release version

* 🔖 v0.4.10.post1: change release version
  • Loading branch information
KafCoppelia authored Jan 12, 2023
1 parent 59f526b commit c7846f7
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 627 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _🙏 今日运势 🙏_
<img src="https://img.shields.io/badge/nonebot2-2.0.0rc1+-green">
</a>

<a href="https://github.com/MinatoAquaCrews/nonebot_plugin_fortune/releases/tag/v0.4.10.fix1">
<a href="https://github.com/MinatoAquaCrews/nonebot_plugin_fortune/releases/tag/v0.4.10.post1">
<img src="https://img.shields.io/github/v/release/MinatoAquaCrews/nonebot_plugin_fortune?color=orange">
</a>

Expand All @@ -34,13 +34,13 @@ _🙏 今日运势 🙏_

## 版本

v0.4.10.fix1
v0.4.10.post1

⚠️ 适配nonebot2-2.0.0rc1+

👉 [如何添加自己的抽签主题资源?欢迎贡献!🙏](https://github.com/MinatoAquaCrews/nonebot_plugin_fortune/blob/master/How-to-add-new-theme.md)

[更新日志](https://github.com/MinatoAquaCrews/nonebot_plugin_fortune/releases/tag/v0.4.10.fix1)
[更新日志](https://github.com/MinatoAquaCrews/nonebot_plugin_fortune/releases/tag/v0.4.10.post1)

## 安装

Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_fortune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require("nonebot_plugin_apscheduler")
from nonebot_plugin_apscheduler import scheduler

__fortune_version__ = "v0.4.10.fix1"
__fortune_version__ = "v0.4.10.post1"
__fortune_usages__ = f'''
[今日运势/抽签/运势] 一般抽签
[xx抽签] 指定主题抽签
Expand Down
Loading

0 comments on commit c7846f7

Please sign in to comment.