We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a5f7c commit db5a8edCopy full SHA for db5a8ed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# 更新日志
2
3
4
+## \[2.7.1\] - 2022-12-20
5
+
6
+### 修复
7
8
++ 修复依赖错误导致无法启动
9
10
11
12
## \[2.7.0\] - 2022-12-17
13
14
### 修复
gradle.properties
@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
org.gradle.parallel=true
# build
-httpVersion=2.7.0
+httpVersion=2.7.1
# kotlin
kotlinVersion=1.7.10
mirai-api-http/src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
id: net.mamoe.mirai-api-http
name: mirai-api-http
main: net.mamoe.mirai.api.http.HttpApiPluginBase
-version: 2.7.0
+version: 2.7.1
author: ryoii
info: Mirai HTTP API Server Plugin
0 commit comments