fix: 解析特殊字符错误问题

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-08-08 22:24:33 +08:00
parent d4f2c62d9b
commit 29a844dd7d
4 changed files with 49 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pw.yumc</groupId>
<artifactId>MiaoChat</artifactId>
<version>1.8.5</version>
<version>1.8.6</version>
<build>
<finalName>${project.name}</finalName>
<resources>
@@ -70,8 +70,9 @@
<url>http://ci.yumc.pw/job/${project.artifactId}/</url>
</ciManagement>
<properties>
<update.description>§a正式版本 §bv1.8.5</update.description>
<update.description>§a正式版本 §bv1.8.6</update.description>
<update.changes>
§617-08-08 §c修复: 解析特殊字符错误问题;
§617-07-25 §c修复: 类库版本错误;
§617-07-24 §c修复: 兼容 1.12 版本;
§617-05-21 §c修复: BungeeCord未分配分组时报错;