Skip to content

Commit

Permalink
Release V114
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed May 13, 2020
1 parent 870a50d commit 65e3e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MY_!Base/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ MY.IsNumber, MY.IsString, MY.IsTable, MY.IsFunction = IsNumber, IsString, IsTabl
---------------------------------------------------------------------------------------------
-- 本地函数变量
---------------------------------------------------------------------------------------------
local _BUILD_ = '20180818'
local _VERSION_ = 0x2011300
local _BUILD_ = '20181010'
local _VERSION_ = 0x2011400
local _DEBUGLV_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
local _DELOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
local _NORESTM_ = tonumber(LoadLUAData('interface/my.nrtim.level') or nil) or -1
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 @@
��������� v114
* [Ĭ������] ����Ĭ�ϸ������㡢�Ŷ�BUFF����

��������� v113
* [���԰�] �����������뷱�����԰���īѩ��У��
* [Ĭ������] ����Ĭ�ϸ������㡢�Ŷ�BUFF��Ŀ��������
Expand Down

0 comments on commit 65e3e3e

Please sign in to comment.