Skip to content

Commit a02badb

Browse files
committed
release: 25.3.0
1 parent d6ab4d9 commit a02badb

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.3.0
5+
6+
* [聊天助手] 萌新频道禁止聊天复制
7+
* [团队工具] 组队助手兼容新版组队请求
8+
49
## 茗伊插件集 v25.2.1
510

611
* [焦点列表] 修复在跨服下不能焦点好友的问题

MY_!Base/src/lib/Base.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ local CODE_PAGE = {
5151
}
5252

5353
local _NAME_SPACE_ = 'MY'
54-
local _BUILD_ = '20240731'
55-
local _VERSION_ = '25.2.1'
54+
local _BUILD_ = '20240814'
55+
local _VERSION_ = '25.3.0'
5656
local _MENU_COLOR_ = {255, 165, 79}
5757
local _INTERFACE_ROOT_ = 'Interface/'
5858
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'

0 commit comments

Comments
 (0)