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

Commit

Permalink
准备1.10.2更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 16, 2020
1 parent d8c7446 commit 532c4c0
Show file tree
Hide file tree
Showing 3 changed files with 6 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.1 2020/3/12 记得修改CoreSystem的版本号 -->
<version>1.10.1</version>
<!-- 下次部署需要大于1.10.2 2020/3/12 记得修改CoreSystem的版本号 -->
<version>1.10.2</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 @@ -16,7 +16,7 @@
* @author ForteScarlet
* @version 1.7.0
*/
@Version(version = "1.10.1")
@Version(version = "1.10.2")
public final class CoreSystem {

/** 当前程序的RUN_TIME对象 */
Expand Down
4 changes: 3 additions & 1 deletion update.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 版本更新记录

## 1.10.2
-
- 降低CQ码的参数匹配等级
- 增加at判断函数的注册
- 增加一些未来代码

## 1.10.1
- 修复由于`@Filter`过滤机制的变动而导致`KeywordMatchTypeFactory`工厂创建的枚举无法使用的BUG。
Expand Down

0 comments on commit 532c4c0

Please sign in to comment.