Skip to content

Commit 131d7eb

Browse files
committed
release: 27.1.16
1 parent 07a751f commit 131d7eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

22
# 更新日志
33

4+
## 茗伊插件集 v27.1.16
5+
6+
* [团队监控] 修复帮会领地钓鱼提示无法显示的问题
7+
48
## 茗伊插件集 v27.1.15
59

610
* [团队监控] 按要求在竞技地图内禁用团队监控

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_ = '20250730'
55-
local _VERSION_ = '27.1.15'
54+
local _BUILD_ = '20250801'
55+
local _VERSION_ = '27.1.16'
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)