Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Last version
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 25, 2021
1 parent b08307b commit 678dafc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@
# 使用2.x版本:
https://github.com/ForteScarlet/simpler-robot

当前仓库版本(1.x)将会进入停止更新状态(实际上也已经是这个状态了),请前往2.x版本。
当前仓库版本(1.x)已进入停止更新状态,请前往2.x版本。

<br>
<br>
<br>
<br>



**文档请见文档地址**
**1.x文档请见文档地址**
http://simple-robot-doc.forte.love
https://www.kancloud.cn/forte-scarlet/simple-coolq-doc
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
<!-- 版本号 -->
<!-- 下次部署需要大于1.16.3-BETA
DEBUG用的部署版本
2020/8/6 记得修改CoreSystem的版本号 -->
<version>1.16.3-BETA</version>
2021/1/25
最终版本
记得修改CoreSystem的版本号 -->
<version>1.17.0-Final</version>

<packaging>jar</packaging>
<name>simple-robot</name>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/forte/qqrobot/BaseApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
* @since JDK1.8
**/
@SuppressWarnings("unused")
@SimbotTODO("代码重构重灾区,过于强耦合")// TODO
public abstract class BaseApplication<
CONFIG extends BaseConfiguration,
SEND extends SenderSendList,
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/forte/qqrobot/system/CoreSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
* @author ForteScarlet
* @version 1.7.0
*/
@Version(version = "1.16.3",
versionFamily = "1.16")
@Version(version = "1.17.0",
versionFamily = "1.17")
public final class CoreSystem {

/** 当前程序的RUN_TIME对象 */
Expand Down

0 comments on commit 678dafc

Please sign in to comment.