Skip to content

Commit a914a60

Browse files
committed
Release v1.3.1
1 parent 948237d commit a914a60

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## [1.3.1] - 2020-03-23
6+
7+
### 修复
8+
* 修复CORS无法处理复杂请求(预检请求)
9+
10+
### 变更
11+
12+
* 更新`core`依赖到 0.29.1
13+
14+
15+
516
## [1.3.0] - 2020-03-22
617

718
### 变更

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# build
2-
httpVersion=v1.3.0
2+
httpVersion=v1.3.1
33

44
# style guide
55
kotlin.code.style=official
66
# config
7-
miraiVersion=0.29.0
7+
miraiVersion=0.29.1
88
miraiConsoleVersion=0.3.5
99
kotlin.incremental.multiplatform=true
1010
kotlin.parallel.tasks.in.project=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: MiraiAPIHTTP
22
path: net.mamoe.mirai.api.http.HttpApiPluginBase
3-
version: v1.3.0
3+
version: v1.3.1
44
info: Mirai HTTP API Server Plugin
55
author: "ryoii"

0 commit comments

Comments
 (0)