Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Dec 20, 2022
1 parent daa0d83 commit 1a8d643
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 更新日志


## \[2.7.1\] - 2022-12-20

### 修复

+ 修复依赖错误导致无法启动



## \[2.7.0\] - 2022-12-17

### 修复
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
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,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 comments on commit 1a8d643

Please sign in to comment.