diff --git a/OlivaDiceCore/app.json b/OlivaDiceCore/app.json index ee9e100..138e047 100644 --- a/OlivaDiceCore/app.json +++ b/OlivaDiceCore/app.json @@ -4,8 +4,8 @@ "namespace" : "OlivaDiceCore", "message_mode" : "old_string", "info" : "本模块为OlivaDice的核心模块,提供了所有必须的骰子功能以及基础的管理支持,几乎所有的其它模块都依赖这个模块。", - "version" : "3.3.26", - "svn" : 1076, + "version" : "3.3.27", + "svn" : 1077, "compatible_svn" : 101, "priority" : 20000, "support" : [ diff --git a/OlivaDiceCore/data.py b/OlivaDiceCore/data.py index b76350f..d985a5b 100644 --- a/OlivaDiceCore/data.py +++ b/OlivaDiceCore/data.py @@ -22,8 +22,8 @@ import OlivOS OlivaDiceCore_name = 'OlivaDice核心模块' -OlivaDiceCore_ver = '3.3.26' -OlivaDiceCore_svn = 1076 +OlivaDiceCore_ver = '3.3.27' +OlivaDiceCore_svn = 1077 OlivaDiceCore_ver_short = '%s(%s)' % (str(OlivaDiceCore_ver), str(OlivaDiceCore_svn)) exce_path = os.getcwd()