Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Commit 7c5370f

Browse files
committedSep 16, 2018
[U] 版本 v2.4.5.566
1 parent c9c9eaf commit 7c5370f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Maven 导入:
4040
<dependency>
4141
<groupId>com.github.hydevelop</groupId>
4242
<artifactId>PicqBotX</artifactId>
43-
<version>2.4.3.552</version>
43+
<version>2.4.5.566</version>
4444
</dependency>
4545
```
4646

@@ -67,13 +67,13 @@ allprojects {
6767

6868
```gradle
6969
dependencies {
70-
implementation 'com.github.hydevelop:PicqBotX:2.4.3.552'
70+
implementation 'com.github.hydevelop:PicqBotX:2.4.5.566'
7171
}
7272
```
7373

7474
<!-- 每次更新都要手动改这些版本号好烦的_(:з」∠)_... -->
7575

76-
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/2.4.3.552)
76+
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/2.4.5.566)
7777

7878
<br>
7979

@@ -386,7 +386,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm
386386
{
387387
// 处理, 返回值会自动回复回去
388388
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
389-
return "TestBot - PicqBotX v2.4.3.552";
389+
return "TestBot - PicqBotX v2.4.5.566";
390390
}
391391
}
392392
```

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cc.moecraft</groupId>
88
<artifactId>PicqBotX</artifactId>
9-
<version>2.4.3.552</version>
9+
<version>2.4.5.566</version>
1010

1111
<properties>
1212
<maven.compiler.target>1.8</maven.compiler.target>

‎src/main/java/cc/moecraft/icq/PicqBotX.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public class PicqBotX
138138
/**
139139
* 当前版本
140140
*/
141-
public static final String VERSION = "2.4.3.552";
141+
public static final String VERSION = "2.4.5.566";
142142

143143
/**
144144
* 构造器

0 commit comments

Comments
 (0)
This repository has been archived.