Skip to content

Commit

Permalink
perf:update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypas committed Jun 24, 2024
1 parent afdbea5 commit d4287f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_splatoon3_nso/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

BOT_VERSION = "2.7.3"
BOT_VERSION = "2.7.4"
DIR_RESOURCE = f"{os.path.abspath(os.path.join(__file__, os.pardir, os.pardir))}/resource"
plugin_release_time = "2024-06-24 04:35:58" # 预留 2.0.0重构版nso插件发布时间,预计发布时对全部用户先显示一周,之后再判断用户创建时间

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-splatoon3-nso"
version = "1.5.3"
version = "1.5.4"
description = "一个基于nonebot2框架的splatoon3游戏nso数据查询插件"
authors = ["cypas <ayano05@outlook.com>"]
readme = "README.md"
Expand Down

0 comments on commit d4287f7

Please sign in to comment.