mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:30:17 +08:00
Release version 2.6.1
This commit is contained in:
parent
28a8b8303a
commit
9debb850b7
@ -12,7 +12,7 @@
|
||||
import org.gradle.api.attributes.Attribute
|
||||
|
||||
object Versions {
|
||||
const val project = "2.6.0"
|
||||
const val project = "2.6.1"
|
||||
|
||||
const val core = project
|
||||
const val console = project
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
| 版本类型 | 版本号 |
|
||||
|:------:|:------------------------------:|
|
||||
| 稳定 | 2.6.0 |
|
||||
| 稳定 | 2.6.1 |
|
||||
| 预览 | - |
|
||||
| 开发 | [![Version]][Bintray Download] |
|
||||
|
||||
@ -36,7 +36,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("net.mamoe", "mirai-core", "2.6.0")
|
||||
api("net.mamoe", "mirai-core", "2.6.1")
|
||||
}
|
||||
```
|
||||
|
||||
@ -56,7 +56,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api('net.mamoe', 'mirai-core', '2.6.0')
|
||||
api('net.mamoe', 'mirai-core', '2.6.1')
|
||||
}
|
||||
```
|
||||
|
||||
@ -69,7 +69,7 @@ dependencies {
|
||||
mirai 在开发时需要 `net.mamoe:mirai-core-api`, 在运行时需要 `net.mamoe:mirai-core`。可以在开发和编译时只依赖 `mirai-core-api`,会减轻对 IDE 的负担。
|
||||
```kotlin
|
||||
dependencies {
|
||||
val miraiVersion = "2.6.0"
|
||||
val miraiVersion = "2.6.1"
|
||||
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.6.0</version>
|
||||
<version>2.6.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 852a54678687086130d7b52b6be05f2f696b941e
|
||||
Subproject commit 5e95cdd5b0f8969ac05d8924005c35d81d81314b
|
Loading…
Reference in New Issue
Block a user