From 65304bda9e00032915148358bf795d2464881efc Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 21 Apr 2020 17:59:48 -0400 Subject: [PATCH] [U] Release v4.15.0.1052 --- .github/ISSUE_TEMPLATE/-------bug-.md | 2 +- README.md | 8 ++++---- docs/constant-values.html | 2 +- pom.xml | 2 +- src/main/java/cc/moecraft/icq/PicqConstants.java | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/-------bug-.md b/.github/ISSUE_TEMPLATE/-------bug-.md index ff3aa7ef..b79c07d9 100644 --- a/.github/ISSUE_TEMPLATE/-------bug-.md +++ b/.github/ISSUE_TEMPLATE/-------bug-.md @@ -37,7 +37,7 @@ assignees: '' **PicqBotX 运行环境:** - 系统: [比如说: Windows 10 1903] - - 版本: [比如说: 4.15.0.1046.PRE] + - 版本: [比如说: 4.15.0.1052] **CoolQ HTTP 运行环境:** - 系统: [比如说: Windows 10 1903] diff --git a/README.md b/README.md index 10e77752..5ba40df1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Maven 导入: com.github.hydevelop PicqBotX - 4.15.0.1046.PRE + 4.15.0.1052 ``` @@ -67,13 +67,13 @@ allprojects { ```gradle dependencies { - implementation 'com.github.hydevelop:PicqBotX:4.15.0.1046.PRE' + implementation 'com.github.hydevelop:PicqBotX:4.15.0.1052' } ``` -#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/4.15.0.1046.PRE) +#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/4.15.0.1052)
@@ -553,7 +553,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm { // 处理, 返回值会自动回复回去 // 这里因为这个指令是用来查版本的, 所以直接返回字符串了 - return "TestBot - PicqBotX v4.15.0.1046.PRE"; + return "TestBot - PicqBotX v4.15.0.1052"; } } ``` diff --git a/docs/constant-values.html b/docs/constant-values.html index 02339981..1b726a9b 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -318,7 +318,7 @@

cc.moecraft.*

public static final java.lang.String VERSION -"4.15.0.1046.PRE" +"4.15.0.1052" diff --git a/pom.xml b/pom.xml index 2ad8923f..6f261e5c 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ cc.moecraft PicqBotX - 4.15.0.1046.PRE + 4.15.0.1052 1.8 diff --git a/src/main/java/cc/moecraft/icq/PicqConstants.java b/src/main/java/cc/moecraft/icq/PicqConstants.java index bba4e479..9ab280a5 100644 --- a/src/main/java/cc/moecraft/icq/PicqConstants.java +++ b/src/main/java/cc/moecraft/icq/PicqConstants.java @@ -18,7 +18,7 @@ public class PicqConstants // 版本常量 | Version constant /** 当前版本 */ - public static final String VERSION = "4.15.0.1046.PRE"; + public static final String VERSION = "4.15.0.1052"; /** 兼容版本检测Regex */ public static String HTTP_API_VERSION_DETECTION = ".*4.15.*";