Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Mar 2, 2023
1 parent 1e32f14 commit 5280f0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ jobs:
title: 'update: mirai-api-http ${{ steps.tag.outputs.tag }}'
branch: create-pull-request/mah-update-version
delete-branch: true
path: ./mirai-repo-mirror
base: master
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 更新日志


## \[2.9.0\] - 2023-3-2
## \[2.9.1\] - 2023-3-2

### 修复

+ websocket 异常断开时连接无法释放
+ ForwardMessage 的 `display` 字段中属性可空 @ProgramRipper

### 新增

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.9.0
httpVersion=2.9.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.9.0
version: 2.9.1
author: ryoii
info: Mirai HTTP API Server Plugin

0 comments on commit 5280f0d

Please sign in to comment.