Skip to content

Commit

Permalink
build: 更新版本号至 0.1.38
Browse files Browse the repository at this point in the history
- 在 configs.py 中更新 VERSION 常量
- 在 default.html 中修改插件名称显示
- 更新 pyproject.toml 中的版本号
  • Loading branch information
molanp committed Dec 13, 2024
1 parent 7b183b2 commit 3877fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_mccheck/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def readInfo(file: str) -> dict:
message_type = plugin_config.type
lang = plugin_config.language
lang_data = readInfo("language.json")
VERSION = "0.1.37"
VERSION = "0.1.38"
2 changes: 1 addition & 1 deletion nonebot_plugin_mccheck/templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{% endif %}
</div>
<div class="watermark">
zhenxun_plugin_mccheck v{{ data["VERSION"] }} by molanp.
nonebot_plugin_mccheck v{{ data["VERSION"] }} by molanp.
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-mccheck"
version = "0.1.37"
version = "0.1.38"
description = "Minecraft服务器状态查询的nonebot插件,支持IPv6/Minecraft server status query plugin for nonebot, IPv6 supported"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 3877fbf

Please sign in to comment.