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

Commit

Permalink
update to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 4, 2020
1 parent 85b8b0e commit ab80b8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.16.0 2020/7/3 记得修改CoreSystem的版本号 -->
<version>1.16.0</version>
<!-- 下次部署需要大于1.16.1 2020/7/5 记得修改CoreSystem的版本号 -->
<version>1.16.1</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 @@ -32,7 +32,7 @@
* @author ForteScarlet
* @version 1.7.0
*/
@Version(version = "1.16.0",
@Version(version = "1.16.1",
versionFamily = "1.16")
public final class CoreSystem {

Expand Down
3 changes: 3 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 版本更新记录

# 1.16.1
- 更新cqCodeUtils模组至`1.5.1-1.15`以解决其remove的bug

# 1.16.0
- `quartz` 版本更新到2.3.2
- 集成cqCodeUtils模组,现在开始推荐使用`KQCodeUtils`并弃用原版的`CQCodeUtil`(依旧能用,但是不再维护)。
Expand Down

0 comments on commit ab80b8a

Please sign in to comment.