Skip to content

Commit add88cf

Browse files
committed
版本推进至3.0.11
1 parent 0236210 commit add88cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OlivaDiceOdyssey/app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"namespace" : "OlivaDiceOdyssey",
55
"message_mode" : "old_string",
66
"info" : "本模块为OlivaDice的高阶模块,提供了一些涉及第三方合作的功能,它们或许是调用了第三方数据库,要么是涉及版权授权,又或者是单纯的过于依赖网络,总之这些功能由于第三方的参与很可能无法由插件开发者保证可靠性,但仍然很强大。例如魔都模组功能。",
7-
"version" : "3.0.10",
8-
"svn" : 11,
7+
"version" : "3.0.11",
8+
"svn" : 12,
99
"compatible_svn" : 101,
1010
"priority" : 20040,
1111
"support" : [

OlivaDiceOdyssey/data.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
'''
1616

1717

18-
OlivaDiceOdyssey_ver = '3.0.10'
19-
OlivaDiceOdyssey_svn = 11
18+
OlivaDiceOdyssey_ver = '3.0.11'
19+
OlivaDiceOdyssey_svn = 12
2020
OlivaDiceOdyssey_ver_short = '%s(%s)' % (str(OlivaDiceOdyssey_ver), str(OlivaDiceOdyssey_svn))
2121

2222
gProc = None

0 commit comments

Comments
 (0)