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

Commit c9d18f0

Browse files
committed
[U] Release v3.2.2.896
1 parent 2259ce5 commit c9d18f0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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>3.2.2.892</version>
43+
<version>3.2.2.896</version>
4444
</dependency>
4545
```
4646

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

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

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

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

7878
<br>
7979

@@ -507,7 +507,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm
507507
{
508508
// 处理, 返回值会自动回复回去
509509
// 这里因为这个指令是用来查版本的, 所以直接返回字符串了
510-
return "TestBot - PicqBotX v3.2.2.892";
510+
return "TestBot - PicqBotX v3.2.2.896";
511511
}
512512
}
513513
```

docs/constant-values.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ <h2 title="cc.moecraft">cc.moecraft.*</h2>
318318
<!-- -->
319319
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
320320
<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>
322322
</tr>
323323
</tbody>
324324
</table>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<groupId>cc.moecraft</groupId>
3535
<artifactId>PicqBotX</artifactId>
36-
<version>3.2.2.892</version>
36+
<version>3.2.2.896</version>
3737

3838
<properties>
3939
<maven.compiler.target>1.8</maven.compiler.target>

src/main/java/cc/moecraft/icq/PicqConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class PicqConstants
1818
// 版本常量 | Version constant
1919

2020
/** 当前版本 */
21-
public static final String VERSION = "3.2.2.892";
21+
public static final String VERSION = "3.2.2.896";
2222

2323
/** 兼容版本检测Regex */
2424
public static String HTTP_API_VERSION_DETECTION = ".*4.8.*";

0 commit comments

Comments
 (0)