mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Bump versions; 1.0-RC-dev-32
This commit is contained in:
parent
df8b819d37
commit
0c98abbb31
@ -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"
|
||||
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user