Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 茗伊插件集 v29.0.10

* [测试] 试试node警告

## 茗伊插件集 v29.0.9

* [基础库] 修复网络请求日志报错的问题
Expand Down
2 changes: 1 addition & 1 deletion MY_!Base/src/lib/Base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local IETF_BCP_47 = {

local _NAME_SPACE_ = 'MY'
local _BUILD_ = '20260515'
local _VERSION_ = '29.0.9'
local _VERSION_ = '29.0.10'
local _MENU_COLOR_ = {255, 165, 79}
local _INTERFACE_ROOT_ = 'Interface/'
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'
Expand Down