From 6aa71daad29b4facbd318e371be130876184dbfd Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 1 Jan 2021 17:26:55 +0800 Subject: [PATCH] 2.0-M2-2 --- buildSrc/src/main/kotlin/Versions.kt | 4 ++-- docs/ConfiguringProjects.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 06ac4d28f..24c85f3c5 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Mamoe Technologies and contributors. + * Copyright 2019-2021 Mamoe Technologies and contributors. * * 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证. * Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link. @@ -21,7 +21,7 @@ import org.gradle.api.attributes.Attribute */ object Versions { - const val project = "2.0-M2-1" + const val project = "2.0-M2-2" const val kotlinCompiler = "1.4.21" const val kotlinStdlib = "1.4.21" diff --git a/docs/ConfiguringProjects.md b/docs/ConfiguringProjects.md index 5e8e86dac..1f82eb8c9 100644 --- a/docs/ConfiguringProjects.md +++ b/docs/ConfiguringProjects.md @@ -14,7 +14,7 @@ mirai 使用纯 Kotlin 开发,兼容 JVM 平台语言如 Java,最低要求 ` | 版本类型 | 版本号 | |:------:|:------------------------------:| | 稳定 | 1.3.3 | -| 预览 | 2.0-M2-1 | +| 预览 | 2.0-M2-2 | | 开发 | [![Version]][Bintray Download] | **即使 2.0 还没有稳定,也建议使用 2.0 预览版本,因 1.x 版本将不会收到任何更新。**