Skip to content

Commit 954e993

Browse files
committed
release: 23.0.1
1 parent 5d72d1f commit 954e993

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## 茗伊插件集 v23.0.1
5+
6+
* [团队工具] 修复查看其他玩家装备时镶嵌石头不显示的问题
7+
48
## 茗伊插件集 v23.0.0
59

610
* [团队框架] 增加召请队友按钮

MY_!Base/src/lib/Base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ local CODE_PAGE = {
4747

4848
local _NAME_SPACE_ = 'MY'
4949
local _BUILD_ = '20240619'
50-
local _VERSION_ = '23.0.0'
50+
local _VERSION_ = '23.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)