We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc20ab4 commit 20be91eCopy full SHA for 20be91e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nonebot-plugin-mystool"
3
-version = "v1.4.1"
+version = "v1.4.2"
4
description = "QQ聊天、频道机器人插件 | 米游社工具-每日米游币任务、游戏签到、商品兑换、免抓包登录、原神崩铁便笺提醒"
5
license = "MIT"
6
authors = [
src/nonebot_plugin_mystool/plugin_data.py
@@ -15,7 +15,7 @@
15
from . import user_data
16
from .user_data import UserData, UserAccount
17
18
-VERSION = "v1.4.1"
+VERSION = "v1.4.2"
19
"""程序当前版本"""
20
21
ROOT_PATH = Path(__name__).parent.absolute()
0 commit comments