From 2aa0b5faeecd9b78c49794c70b4f1ae0db3ff0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Fri, 26 Aug 2022 15:19:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8E=A8=E8=BF=9B=E8=87=B33.?= =?UTF-8?q?0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + 回复词解析大改 --- OlivaDiceNativeGUI/app.json | 4 ++-- OlivaDiceNativeGUI/data.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OlivaDiceNativeGUI/app.json b/OlivaDiceNativeGUI/app.json index ef02081..c9a8039 100644 --- a/OlivaDiceNativeGUI/app.json +++ b/OlivaDiceNativeGUI/app.json @@ -4,8 +4,8 @@ "namespace" : "OlivaDiceNativeGUI", "info" : "本模块为OlivaDice的传统UI模块,可以对骰子进行简单的可视化设置。", "priority" : 20050, - "version" : "3.0.3", - "svn" : 4, + "version" : "3.0.7", + "svn" : 8, "compatible_svn" : 101, "message_mode" : "old_string", "support" : [ diff --git a/OlivaDiceNativeGUI/data.py b/OlivaDiceNativeGUI/data.py index cdfe5f4..2a8cd8f 100644 --- a/OlivaDiceNativeGUI/data.py +++ b/OlivaDiceNativeGUI/data.py @@ -15,6 +15,6 @@ ''' -OlivaDiceNativeGUI_ver = '3.0.3' -OlivaDiceNativeGUI_svn = 4 +OlivaDiceNativeGUI_ver = '3.0.7' +OlivaDiceNativeGUI_svn = 8 OlivaDiceNativeGUI_ver_short = '%s(%s)' % (str(OlivaDiceNativeGUI_ver), str(OlivaDiceNativeGUI_svn))