Skip to content

Commit 2a6753a

Browse files
committed
release: 23.0.2
1 parent 6486152 commit 2a6753a

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+
## 茗伊插件集 v23.0.2
5+
6+
* [基础库] 修复设置项导入导出报错的问题
7+
48
## 茗伊插件集 v23.0.1
59

610
* [团队工具] 修复查看其他玩家装备时镶嵌石头不显示的问题

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_ = '20240619'
50-
local _VERSION_ = '23.0.1'
49+
local _BUILD_ = '20240620'
50+
local _VERSION_ = '23.0.2'
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)