From 5778b7c8d55e389fcf32c8b5428f123a19ec1d82 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 20 Nov 2020 10:42:53 +0800 Subject: [PATCH] 1.0.0 --- buildSrc/src/main/kotlin/Versions.kt | 6 +++--- tools/gradle-plugin/src/VersionConstants.kt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 815a52214..916516c4d 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -11,12 +11,12 @@ object Versions { const val core = "1.3.3" - const val console = "1.0.0-dev-2" + const val console = "1.0.0" const val consoleGraphical = "0.0.7" const val consoleTerminal = console - const val kotlinCompiler = "1.4.20-RC" - const val kotlinStdlib = "1.4.10" + const val kotlinCompiler = "1.4.20" + const val kotlinStdlib = "1.4.20" const val kotlinIntellijPlugin = "1.4.20-RC-IJ2020.2-1" // -release const val intellij = "2020.2.1" diff --git a/tools/gradle-plugin/src/VersionConstants.kt b/tools/gradle-plugin/src/VersionConstants.kt index 33ae9c1da..2825ec655 100644 --- a/tools/gradle-plugin/src/VersionConstants.kt +++ b/tools/gradle-plugin/src/VersionConstants.kt @@ -10,6 +10,6 @@ package net.mamoe.mirai.console.gradle internal object VersionConstants { - const val CONSOLE_VERSION = "1.0.0-dev-1" // value is written here automatically during build + const val CONSOLE_VERSION = "1.0.0" // value is written here automatically during build const val CORE_VERSION = "1.3.3" // value is written here automatically during build } \ No newline at end of file