Skip to content

Commit

Permalink
版本更新至0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
molanp committed Aug 14, 2024
1 parent 49fc623 commit bd0e721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_mccheck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import sys
import base64

__version__ = "0.1.0"
__version__ = "0.1.1"

__plugin_meta__ = PluginMetadata(
name="Minecraft查服",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-mccheck"
version = "0.1.0"
version = "0.1.1"
description = "Minecraft服务器状态查询,支持IPv6"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit bd0e721

Please sign in to comment.