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

Commit

Permalink
update 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet authored and ForteScarlet committed Apr 20, 2020
1 parent ecc1f17 commit 1f300b1
Show file tree
Hide file tree
Showing 3 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.11.3 2020/4/14 记得修改CoreSystem的版本号 -->
<version>1.11.3</version>
<!-- 下次部署需要大于1.11.4 2020/4/20 记得修改CoreSystem的版本号 -->
<version>1.11.4</version>

<packaging>jar</packaging>
<name>simple-robot</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/forte/qqrobot/system/CoreSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author ForteScarlet
* @version 1.7.0
*/
@Version(version = "1.11.3",
@Version(version = "1.11.4",
versionFamily = "1.11")
public final class CoreSystem {

Expand Down
2 changes: 1 addition & 1 deletion update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 版本更新记录

# now
# 1.11.4
- 语言系统中增加模组(module)相关语言加载
- 修复ListenContext对象在使用的时候无法正常依靠`get``set`取值设值的问题,并在Context中追加一个`put`方法,含义与`get`一致。

Expand Down

0 comments on commit 1f300b1

Please sign in to comment.