From 8e674e3e290015519c20c09d997d14cbf43ee804 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 17 Nov 2021 16:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8E=A8=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/updateLog.lua | 10 ++++++++++ version.lua | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/parts/updateLog.lua b/parts/updateLog.lua index 66f58d1d..51e1fd27 100644 --- a/parts/updateLog.lua +++ b/parts/updateLog.lua @@ -11,6 +11,16 @@ return[=[ 可调攻击系统; 更多消除方式; 可调场地宽度; 新联网游戏场景切换逻辑 工程编译到字节码; task-Z(新AI); 自适应UI; 多方块 +0.17.0: --TODO + 新增: + 新模式:大爆炸 + 改动: + 优化pc训练模式体验 + 代码: + --TODO + 修复: + --TODO + 0.16.5: 新世界 New World 新增: 新模式:竞速-效率 diff --git a/version.lua b/version.lua index 160e7473..e65ac551 100644 --- a/version.lua +++ b/version.lua @@ -1,7 +1,7 @@ return{ - ["apkCode"]=401, - ["code"]=1605, - ["string"]="V0.16.5", + ["apkCode"]=402, + ["code"]=1700, + ["string"]="V0.17.0", ["room"]="ver A-0", ["name"]="新世界 New World", }