mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
Bump versions
This commit is contained in:
parent
48efa5a469
commit
b1bb417388
@ -26,6 +26,6 @@ object Versions {
|
|||||||
|
|
||||||
const val bintray = "1.8.5"
|
const val bintray = "1.8.5"
|
||||||
|
|
||||||
const val blockingBridge = "1.0.5"
|
const val blockingBridge = "1.1.0"
|
||||||
const val yamlkt = "0.5.3"
|
const val yamlkt = "0.5.3"
|
||||||
}
|
}
|
@ -10,6 +10,6 @@
|
|||||||
package net.mamoe.mirai.console.gradle
|
package net.mamoe.mirai.console.gradle
|
||||||
|
|
||||||
internal object VersionConstants {
|
internal object VersionConstants {
|
||||||
const val CONSOLE_VERSION = "1.0-RC-dev-29" // value is written here automatically during build
|
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 CORE_VERSION = "1.3.0" // value is written here automatically during build
|
||||||
}
|
}
|
@ -52,7 +52,7 @@ tasks.withType<org.jetbrains.intellij.tasks.PatchPluginXmlTask> {
|
|||||||
sinceBuild("193.*")
|
sinceBuild("193.*")
|
||||||
untilBuild("205.*")
|
untilBuild("205.*")
|
||||||
pluginDescription("""
|
pluginDescription("""
|
||||||
Plugin development support for <a href='https://github.com/mamoe/mirai-console'>Mirai Conosle</a>
|
Plugin development support for <a href='https://github.com/mamoe/mirai-console'>Mirai Console</a>
|
||||||
|
|
||||||
<h3>Features</h3>
|
<h3>Features</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user