From 0fbe5d0b032878e3e1637ffb2a8b98b2ed82db9f Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 14 Jul 2018 16:22:08 +0800 Subject: [PATCH] =?UTF-8?q?[U]=20=E7=89=88=E6=9C=AC=20v1.2.0.376?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- pom.xml | 2 +- .../cc/moecraft/test/icq/commands/CommandVersion.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d07e0bdc..64671673 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Maven 导入: com.github.hydevelop PicqBotX - 1.2.0.371 + 1.2.0.376 ``` @@ -67,13 +67,13 @@ allprojects { ```gradle dependencies { - implementation 'com.github.hydevelop:PicqBotX:1.2.0.371' + implementation 'com.github.hydevelop:PicqBotX:1.2.0.376' } ``` -#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/1.2.0.371) +#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/PicqBotX/1.2.0.376)
@@ -384,7 +384,7 @@ public class CommandVersion implements EverywhereCommand // 实现EverywhereComm { // 处理, 返回值会自动回复回去 // 这里因为这个指令是用来查版本的, 所以直接返回字符串了 - return "TestBot - PicqBotX v1.2.0.371"; + return "TestBot - PicqBotX v1.2.0.376"; } } ``` diff --git a/pom.xml b/pom.xml index d5b692d5..16b6a2b4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cc.moecraft PicqBotX - 1.2.0.371 + 1.2.0.376 1.8 diff --git a/src/test/java/cc/moecraft/test/icq/commands/CommandVersion.java b/src/test/java/cc/moecraft/test/icq/commands/CommandVersion.java index a63a2b89..18fd92ad 100644 --- a/src/test/java/cc/moecraft/test/icq/commands/CommandVersion.java +++ b/src/test/java/cc/moecraft/test/icq/commands/CommandVersion.java @@ -41,7 +41,7 @@ public String run(EventMessage event, User sender, String command, ArrayList