Release version 2.5.0

This commit is contained in:
Him188 2021-03-26 10:43:19 +08:00
parent faebbde94c
commit 0723c5c568
3 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
import org.gradle.api.attributes.Attribute
object Versions {
const val project = "2.5-RC"
const val project = "2.5.0"
const val core = project
const val console = project

View File

@ -11,8 +11,8 @@
| 版本类型 | 版本号 |
|:------:|:------------------------------:|
| 稳定 | 2.4.2 |
| 预览 | 2.5-RC |
| 稳定 | 2.5.0 |
| 预览 | - |
| 开发 | [![Version]][Bintray Download] |
### 配置项目
@ -36,7 +36,7 @@ plugins {
}
dependencies {
api("net.mamoe", "mirai-core", "2.4.2")
api("net.mamoe", "mirai-core", "2.5.0")
}
```
@ -56,7 +56,7 @@ plugins {
}
dependencies {
api('net.mamoe', 'mirai-core', '2.4.2')
api('net.mamoe', 'mirai-core', '2.5.0')
}
```
@ -69,7 +69,7 @@ dependencies {
mirai 在开发时需要 `net.mamoe:mirai-core-api`, 在运行时需要 `net.mamoe:mirai-core`。可以在开发和编译时只依赖 `mirai-core-api`,会减轻对 IDE 的负担。
```kotlin
dependencies {
val miraiVersion = "2.4.2"
val miraiVersion = "2.5.0"
api("net.mamoe", "mirai-core-api", miraiVersion) // 编译代码使用
runtimeOnly("net.mamoe", "mirai-core", miraiVersion) // 运行时使用
}
@ -85,7 +85,7 @@ dependencies {
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-core-jvm</artifactId>
<version>2.4.2</version>
<version>2.5.0</version>
</dependency>
</dependencies>
```

@ -1 +1 @@
Subproject commit 9795c52e9232ff1cee307a0c788c2a34cfe2ba4c
Subproject commit 5dc1c90ac472276f9d88587928cf54e96e67f680