Skip to content

Commit 4d3db7a

Browse files
committed
release: 25.0.1
1 parent fd266cb commit 4d3db7a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
# 更新日志
33

4+
## 茗伊插件集 v25.0.1
5+
6+
* [角色统计] 增加休闲点统计
7+
* [金团拾取] 在秘境中不再自动关闭拾取窗口
8+
49
## 茗伊插件集 v25.0.0
510

611
* [团队工具] 团队倒计时增加快捷键

MY_!Base/src/lib/Base.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ local CODE_PAGE = {
4646
}
4747

4848
local _NAME_SPACE_ = 'MY'
49-
local _BUILD_ = '20240710'
50-
local _VERSION_ = '25.0.0'
49+
local _BUILD_ = '20240712'
50+
local _VERSION_ = '25.0.1'
5151
local _MENU_COLOR_ = {255, 165, 79}
5252
local _INTERFACE_ROOT_ = 'Interface/'
5353
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'

0 commit comments

Comments
 (0)