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

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Nov 20, 2020
1 parent 16e1ebd commit 5778b7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/gradle-plugin/src/VersionConstants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 5778b7c

Please sign in to comment.