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

Commit 1704f94

Browse files
committed
[U] 版本 v1.2.0.371
1 parent 6a94e8a commit 1704f94

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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>1.0.4.14</version>
43+
<version>1.2.0.371</version>
4444
</dependency>
4545
```
4646

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

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

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

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

7878
<br>
7979

@@ -384,7 +384,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm
384384
{
385385
// 处理, 返回值会自动回复回去
386386
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
387-
return "TestBot - PicqBotX v1.0.4.14";
387+
return "TestBot - PicqBotX v1.2.0.371";
388388
}
389389
}
390390
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

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

src/test/java/cc/moecraft/test/icq/commands/CommandVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public String run(EventMessage event, User sender, String command, ArrayList<Str
4141

4242
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
4343
return new MessageBuilder()
44-
.add("TestBot - PicqBotX v1.0.4.14").newLine()
44+
.add("TestBot - PicqBotX v1.2.0.371").newLine()
4545
.add("- 酷Q ").add(versionInfo.getCoolqEdition()).add(" HTTP插件: ")
4646
.add(versionInfo.getPluginVersion()).add(" b").add(versionInfo.getPluginBuildNumber()).newLine()
4747
.add("- 运行状态: Good: ").add(status.getGood()).add(", ").add(status.getPluginsGood())

0 commit comments

Comments
 (0)