Skip to content

Commit 42668c9

Browse files
committed
Release V61
1 parent 4282f2a commit 42668c9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.Framework/src/MY.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- @Date : 2014-11-24 08:40:30
55
-- @Email : admin@derzh.com
66
-- @Last modified by: Emil Zhai
7-
-- @Last modified time: 2016-07-29 10:32:44
7+
-- @Last modified time: 2016-07-29 15:28:24
88
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
99
--------------------------------------------
1010
-- #################################################################################################################################### --
@@ -117,8 +117,8 @@ MY = {}
117117
--------------------------------------------------------------------------------------------------------------------------------------------
118118
local _DEBUG_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
119119
local _LOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
120-
local _BUILD_ = "20160713"
121-
local _VERSION_ = 0x2006000
120+
local _BUILD_ = "20160729"
121+
local _VERSION_ = 0x2006100
122122
local _ADDON_ROOT_ = '/Interface/MY/'
123123
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'
124124

MY_CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
茗伊插件集 v61
2+
* [聊天助手]聊天次数统计不能正常工作的问题
3+
14
茗伊插件集 v60
25
* [基础库]优化数据请求效率
36
* [界面库]修复一些动画函数的BUG

0 commit comments

Comments
 (0)