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

Commit

Permalink
[U] 版本 v1.3.4.423
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 7, 2018
1 parent c4df78e commit c8ce783
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Maven 导入:
<dependency>
<groupId>com.github.hydevelop</groupId>
<artifactId>PicqBotX</artifactId>
<version>1.3.4.421</version>
<version>1.3.4.423</version>
</dependency>
```

Expand All @@ -67,13 +67,13 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.hydevelop:PicqBotX:1.3.4.421'
implementation 'com.github.hydevelop:PicqBotX:1.3.4.423'
}
```

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

#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/1.3.4.421)
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/1.3.4.423)

<br>

Expand Down Expand Up @@ -386,7 +386,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm
{
// 处理, 返回值会自动回复回去
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
return "TestBot - PicqBotX v1.3.4.421";
return "TestBot - PicqBotX v1.3.4.423";
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cc.moecraft</groupId>
<artifactId>PicqBotX</artifactId>
<version>1.3.4.421</version>
<version>1.3.4.423</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cc/moecraft/icq/PicqBotX.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class PicqBotX
@Getter
private HyLogger logger; // Logger

public static final String VERSION = "1.3.4.421";
public static final String VERSION = "1.3.4.423";

public PicqBotX(String postUrl, int postPort, int socketPort, boolean debug)
{
Expand Down

0 comments on commit c8ce783

Please sign in to comment.