From ea895db70cbbea3be986c110d3698614ec70cbba Mon Sep 17 00:00:00 2001 From: Him188 Date: Wed, 3 Feb 2021 13:15:23 +0800 Subject: [PATCH] 2.3.0 --- buildSrc/src/main/kotlin/Versions.kt | 2 +- docs/ConfiguringProjects.md | 10 +++++----- mirai-console | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 600e30066..d51dd16a8 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -12,7 +12,7 @@ import org.gradle.api.attributes.Attribute object Versions { - const val project = "2.2.2" + const val project = "2.3.0" const val core = project const val console = project diff --git a/docs/ConfiguringProjects.md b/docs/ConfiguringProjects.md index b233e8f24..090691a69 100644 --- a/docs/ConfiguringProjects.md +++ b/docs/ConfiguringProjects.md @@ -11,7 +11,7 @@ | 版本类型 | 版本号 | |:------:|:------------------------------:| -| 稳定 | 2.2.2 | +| 稳定 | 2.3.0 | | 预览 | - | | 开发 | [![Version]][Bintray Download] | @@ -40,7 +40,7 @@ repositories { } dependencies { - api("net.mamoe", "mirai-core", "2.2.2") // 替换为你需要的版本号 + api("net.mamoe", "mirai-core", "2.3.0") // 替换为你需要的版本号 } ``` @@ -64,7 +64,7 @@ repositories { } dependencies { - api('net.mamoe', 'mirai-core', '2.2.2') // 替换为你需要的版本号 + api('net.mamoe', 'mirai-core', '2.3.0') // 替换为你需要的版本号 } ``` @@ -77,7 +77,7 @@ dependencies { mirai 在开发时需要 `net.mamoe:mirai-core-api`, 在运行时需要 `net.mamoe:mirai-core`。可以在开发和编译时只依赖 `mirai-core-api`,会减轻对 IDE 的负担。 ```kotlin dependencies { - val miraiVersion = "2.2.2" // 替换为你需要的版本号 + val miraiVersion = "2.3.0" // 替换为你需要的版本号 api("net.mamoe", "mirai-core-api", miraiVersion) // 编译代码使用 runtimeOnly("net.mamoe", "mirai-core", miraiVersion) // 运行时使用 } @@ -105,7 +105,7 @@ dependencies { net.mamoe mirai-core-jvm - 2.2.2 + 2.3.0 ``` diff --git a/mirai-console b/mirai-console index 8683e8889..b7c46e27e 160000 --- a/mirai-console +++ b/mirai-console @@ -1 +1 @@ -Subproject commit 8683e888926fbe2c76abf6362830f7470fc7c029 +Subproject commit b7c46e27e05819e0071ddaa5697e4422324409e1