Skip to content

Commit 29f496d

Browse files
committed
release: 27.1.12
1 parent 249d3c6 commit 29f496d

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.12
5+
6+
* [组队助手] 修复新版本兼容性问题
7+
48
## 茗伊插件集 v27.1.11
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_ = '20250615'
55-
local _VERSION_ = '27.1.11'
54+
local _BUILD_ = '20250616'
55+
local _VERSION_ = '27.1.12'
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)