From add88cfd4d91684d63bdb1eb7a945eab1549a37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Sat, 28 Oct 2023 15:47:49 +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.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OlivaDiceOdyssey/app.json | 4 ++-- OlivaDiceOdyssey/data.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OlivaDiceOdyssey/app.json b/OlivaDiceOdyssey/app.json index 20a3be3..e92c450 100644 --- a/OlivaDiceOdyssey/app.json +++ b/OlivaDiceOdyssey/app.json @@ -4,8 +4,8 @@ "namespace" : "OlivaDiceOdyssey", "message_mode" : "old_string", "info" : "本模块为OlivaDice的高阶模块,提供了一些涉及第三方合作的功能,它们或许是调用了第三方数据库,要么是涉及版权授权,又或者是单纯的过于依赖网络,总之这些功能由于第三方的参与很可能无法由插件开发者保证可靠性,但仍然很强大。例如魔都模组功能。", - "version" : "3.0.10", - "svn" : 11, + "version" : "3.0.11", + "svn" : 12, "compatible_svn" : 101, "priority" : 20040, "support" : [ diff --git a/OlivaDiceOdyssey/data.py b/OlivaDiceOdyssey/data.py index fbcc00e..7acf6e3 100644 --- a/OlivaDiceOdyssey/data.py +++ b/OlivaDiceOdyssey/data.py @@ -15,8 +15,8 @@ ''' -OlivaDiceOdyssey_ver = '3.0.10' -OlivaDiceOdyssey_svn = 11 +OlivaDiceOdyssey_ver = '3.0.11' +OlivaDiceOdyssey_svn = 12 OlivaDiceOdyssey_ver_short = '%s(%s)' % (str(OlivaDiceOdyssey_ver), str(OlivaDiceOdyssey_svn)) gProc = None