Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 5778b7c

Browse files
committed
1.0.0
1 parent 16e1ebd commit 5778b7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
object Versions {
1313
const val core = "1.3.3"
14-
const val console = "1.0.0-dev-2"
14+
const val console = "1.0.0"
1515
const val consoleGraphical = "0.0.7"
1616
const val consoleTerminal = console
1717

18-
const val kotlinCompiler = "1.4.20-RC"
19-
const val kotlinStdlib = "1.4.10"
18+
const val kotlinCompiler = "1.4.20"
19+
const val kotlinStdlib = "1.4.20"
2020

2121
const val kotlinIntellijPlugin = "1.4.20-RC-IJ2020.2-1" // -release
2222
const val intellij = "2020.2.1"

tools/gradle-plugin/src/VersionConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
package net.mamoe.mirai.console.gradle
1111

1212
internal object VersionConstants {
13-
const val CONSOLE_VERSION = "1.0.0-dev-1" // value is written here automatically during build
13+
const val CONSOLE_VERSION = "1.0.0" // value is written here automatically during build
1414
const val CORE_VERSION = "1.3.3" // value is written here automatically during build
1515
}

0 commit comments

Comments
 (0)