Skip to content

Commit cfaab68

Browse files
committed
release: 22.0.4
1 parent bd0223b commit cfaab68

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+
## 茗伊插件集 v22.0.4
5+
6+
* [聊天记录] 按要求暂时禁用聊天角色名称复制功能
7+
48
## 茗伊插件集 v22.0.3
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_ = '20240610'
50-
local _VERSION_ = '22.0.3'
49+
local _BUILD_ = '20240612'
50+
local _VERSION_ = '22.0.4'
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)