Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Mar 22, 2020
1 parent 948237d commit a914a60
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## [1.3.1] - 2020-03-23

### 修复
* 修复CORS无法处理复杂请求(预检请求)

### 变更

* 更新`core`依赖到 0.29.1



## [1.3.0] - 2020-03-22

### 变更
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# build
httpVersion=v1.3.0
httpVersion=v1.3.1

# style guide
kotlin.code.style=official
# config
miraiVersion=0.29.0
miraiVersion=0.29.1
miraiConsoleVersion=0.3.5
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
Expand Down
2 changes: 1 addition & 1 deletion mirai-api-http/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MiraiAPIHTTP
path: net.mamoe.mirai.api.http.HttpApiPluginBase
version: v1.3.0
version: v1.3.1
info: Mirai HTTP API Server Plugin
author: "ryoii"

0 comments on commit a914a60

Please # to comment.