Skip to content

Commit f9b07af

Browse files
committed
build: 1.2.2
1 parent d3f683f commit f9b07af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
kotlin("jvm") version "1.6.21"
33
kotlin("plugin.serialization") version "1.6.21"
44

5-
id("net.mamoe.mirai-console") version "2.11.1"
5+
id("net.mamoe.mirai-console") version "2.12.0-RC"
66
id("net.mamoe.maven-central-publish") version "0.7.1"
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.2.1"
10+
version = "1.2.2"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -25,8 +25,8 @@ repositories {
2525
}
2626

2727
dependencies {
28-
compileOnly("net.mamoe:mirai-core:2.11.1")
29-
compileOnly("net.mamoe:mirai-core-utils:2.11.1")
28+
compileOnly("net.mamoe:mirai-core:2.12.0-RC")
29+
compileOnly("net.mamoe:mirai-core-utils:2.12.0-RC")
3030
api("com.cronutils:cron-utils:9.1.6") {
3131
exclude("org.slf4j")
3232
exclude("org.glassfish")

src/main/kotlin/xyz/cssxsh/mirai/admin/MiraiAdminPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
1313
JvmPluginDescription(
1414
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
1515
name = "mirai-administrator",
16-
version = "1.2.1",
16+
version = "1.2.2",
1717
) {
1818
author("cssxsh")
1919
}

0 commit comments

Comments
 (0)