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

Commit

Permalink
1.11.0部署
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Apr 5, 2020
1 parent f11a6cd commit 998ee0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<artifactId>simple-robot-core</artifactId>

<!-- 版本号 -->
<!-- 下次部署需要大于1.10.5 2020/3/31 记得修改CoreSystem的版本号 -->
<version>1.11.-1</version>
<!-- 下次部署需要大于1.11.0 2020/4/5 记得修改CoreSystem的版本号 -->
<version>1.11.0</version>

<packaging>jar</packaging>
<name>simple-robot</name>
Expand Down
4 changes: 2 additions & 2 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 版本更新记录

# now
# 1.11.0
- 为BotManager增加两个方法:`BotInfo logOutBot(String code)``public void refreshBot(String code)`以移除、刷新一些bot信息。
-`BotInfoImpl`提供默认的equals方法。
- 修改依赖工厂机制,现在获取不到依赖将会抛出异常
- 修改依赖工厂机制,现在获取不到依赖将会**抛出异常**而不是以null代替
- 修改监听函数加载机制,现在监听函数在启动的时候会初始化一次。


Expand Down

0 comments on commit 998ee0f

Please sign in to comment.