This repository was archived by the owner on Feb 11, 2023. It is now read-only.
File tree 4 files changed +7
-7
lines changed
src/main/java/cc/moecraft/icq
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Maven 导入:
40
40
<dependency >
41
41
<groupId >com.github.hydevelop</groupId >
42
42
<artifactId >PicqBotX</artifactId >
43
- <version >3.2.2.892 </version >
43
+ <version >3.2.2.896 </version >
44
44
</dependency >
45
45
```
46
46
@@ -67,13 +67,13 @@ allprojects {
67
67
68
68
``` gradle
69
69
dependencies {
70
- implementation 'com.github.hydevelop:PicqBotX:3.2.2.892 '
70
+ implementation 'com.github.hydevelop:PicqBotX:3.2.2.896 '
71
71
}
72
72
```
73
73
74
74
<!-- 每次更新都要手动改这些版本号好烦的_(:з」∠)_... -->
75
75
76
- #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#hydevelop/PicqBotX/3.2.2.892 )
76
+ #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#hydevelop/PicqBotX/3.2.2.896 )
77
77
78
78
<br >
79
79
@@ -507,7 +507,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm
507
507
{
508
508
// 处理, 返回值会自动回复回去
509
509
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
510
- return " TestBot - PicqBotX v3.2.2.892 " ;
510
+ return " TestBot - PicqBotX v3.2.2.896 " ;
511
511
}
512
512
}
513
513
```
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ <h2 title="cc.moecraft">cc.moecraft.*</h2>
318
318
<!-- -->
319
319
</ a > < code > public static final java.lang.String</ code > </ td >
320
320
< td > < code > < a href ="cc/moecraft/icq/PicqConstants.html#VERSION "> VERSION</ a > </ code > </ td >
321
- < td class ="colLast "> < code > "3.2.2.892 "</ code > </ td >
321
+ < td class ="colLast "> < code > "3.2.2.896 "</ code > </ td >
322
322
</ tr >
323
323
</ tbody >
324
324
</ table >
Original file line number Diff line number Diff line change 33
33
34
34
<groupId >cc.moecraft</groupId >
35
35
<artifactId >PicqBotX</artifactId >
36
- <version >3.2.2.892 </version >
36
+ <version >3.2.2.896 </version >
37
37
38
38
<properties >
39
39
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class PicqConstants
18
18
// 版本常量 | Version constant
19
19
20
20
/** 当前版本 */
21
- public static final String VERSION = "3.2.2.892 " ;
21
+ public static final String VERSION = "3.2.2.896 " ;
22
22
23
23
/** 兼容版本检测Regex */
24
24
public static String HTTP_API_VERSION_DETECTION = ".*4.8.*" ;
You can’t perform that action at this time.
0 commit comments