Bump versions; 1.0-RC-dev-32

This commit is contained in:
Him188 2020-10-24 21:41:02 +08:00
parent df8b819d37
commit 0c98abbb31
2 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@
*/
object Versions {
const val core = "1.3.0"
const val console = "1.0-RC-dev-31"
const val core = "1.3.2"
const val console = "1.0-RC-dev-32"
const val consoleGraphical = "0.0.7"
const val consoleTerminal = console
@ -19,7 +19,7 @@ object Versions {
const val coroutines = "1.3.9"
const val collectionsImmutable = "0.3.2"
const val serialization = "1.0.0-RC"
const val ktor = "1.4.0"
const val ktor = "1.4.1"
const val atomicFU = "0.14.4"
const val androidGradle = "3.6.2"

View File

@ -10,6 +10,6 @@
package net.mamoe.mirai.console.gradle
internal object VersionConstants {
const val CONSOLE_VERSION = "1.0-RC-dev-30" // value is written here automatically during build
const val CORE_VERSION = "1.3.0" // value is written here automatically during build
const val CONSOLE_VERSION = "1.0-RC-dev-32" // value is written here automatically during build
const val CORE_VERSION = "1.3.2" // value is written here automatically during build
}