We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0236210 commit add88cfCopy full SHA for add88cf
OlivaDiceOdyssey/app.json
@@ -4,8 +4,8 @@
4
"namespace" : "OlivaDiceOdyssey",
5
"message_mode" : "old_string",
6
"info" : "本模块为OlivaDice的高阶模块,提供了一些涉及第三方合作的功能,它们或许是调用了第三方数据库,要么是涉及版权授权,又或者是单纯的过于依赖网络,总之这些功能由于第三方的参与很可能无法由插件开发者保证可靠性,但仍然很强大。例如魔都模组功能。",
7
- "version" : "3.0.10",
8
- "svn" : 11,
+ "version" : "3.0.11",
+ "svn" : 12,
9
"compatible_svn" : 101,
10
"priority" : 20040,
11
"support" : [
OlivaDiceOdyssey/data.py
@@ -15,8 +15,8 @@
15
'''
16
17
18
-OlivaDiceOdyssey_ver = '3.0.10'
19
-OlivaDiceOdyssey_svn = 11
+OlivaDiceOdyssey_ver = '3.0.11'
+OlivaDiceOdyssey_svn = 12
20
OlivaDiceOdyssey_ver_short = '%s(%s)' % (str(OlivaDiceOdyssey_ver), str(OlivaDiceOdyssey_svn))
21
22
gProc = None
0 commit comments