Skip to content

Commit 20be91e

Browse files
author
Ljzd-PRO
committed
build: 版本号更新
1 parent bc20ab4 commit 20be91e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-plugin-mystool"
3-
version = "v1.4.1"
3+
version = "v1.4.2"
44
description = "QQ聊天、频道机器人插件 | 米游社工具-每日米游币任务、游戏签到、商品兑换、免抓包登录、原神崩铁便笺提醒"
55
license = "MIT"
66
authors = [

src/nonebot_plugin_mystool/plugin_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from . import user_data
1616
from .user_data import UserData, UserAccount
1717

18-
VERSION = "v1.4.1"
18+
VERSION = "v1.4.2"
1919
"""程序当前版本"""
2020

2121
ROOT_PATH = Path(__name__).parent.absolute()

0 commit comments

Comments
 (0)