This repository was archived by the owner on Feb 11, 2023. It is now read-only.
File tree 3 files changed +6
-6
lines changed
src/main/java/cc/moecraft/icq
3 files changed +6
-6
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 >2.4.3.552 </version >
43
+ <version >2.4.5.566 </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:2.4.3.552 '
70
+ implementation 'com.github.hydevelop:PicqBotX:2.4.5.566 '
71
71
}
72
72
```
73
73
74
74
<!-- 每次更新都要手动改这些版本号好烦的_(:з」∠)_... -->
75
75
76
- #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#hydevelop/PicqBotX/2.4.3.552 )
76
+ #### [ 其他导入(SBT / Leiningen)] ( https://jitpack.io/#hydevelop/PicqBotX/2.4.5.566 )
77
77
78
78
<br >
79
79
@@ -386,7 +386,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm
386
386
{
387
387
// 处理, 返回值会自动回复回去
388
388
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
389
- return " TestBot - PicqBotX v2.4.3.552 " ;
389
+ return " TestBot - PicqBotX v2.4.5.566 " ;
390
390
}
391
391
}
392
392
```
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >cc.moecraft</groupId >
8
8
<artifactId >PicqBotX</artifactId >
9
- <version >2.4.3.552 </version >
9
+ <version >2.4.5.566 </version >
10
10
11
11
<properties >
12
12
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ public class PicqBotX
138
138
/**
139
139
* 当前版本
140
140
*/
141
- public static final String VERSION = "2.4.3.552 " ;
141
+ public static final String VERSION = "2.4.5.566 " ;
142
142
143
143
/**
144
144
* 构造器
You can’t perform that action at this time.
0 commit comments