Skip to content

Commit

Permalink
Release V55
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Apr 11, 2016
1 parent 679686b commit a36d59f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .Framework/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ MY = {}
--------------------------------------------------------------------------------------------------------------------------------------------
local _DEBUG_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
local _LOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
local _BUILD_ = "20160330"
local _VERSION_ = 0x2005400
local _BUILD_ = "20160408"
local _VERSION_ = 0x2005500
local _ADDON_ROOT_ = '/Interface/MY/'
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'

Expand Down
3 changes: 3 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
茗伊插件集 v55
* [聊天记录]重建索引的选项可能导致丢失聊天记录的问题

茗伊插件集 v54
* [常用工具]聊天栏隐藏在有新消息时不能自动显示的问题

Expand Down

0 comments on commit a36d59f

Please sign in to comment.