Skip to content

Commit 8214328

Browse files
committed
build: 2.3.1
1 parent b24991e commit 8214328

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh"
10-
version = "2.2.2"
10+
version = "2.3.1"
1111

1212
mavenCentralPublish {
1313
useCentralS01()

src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsDsl.kt

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package xyz.cssxsh.mirai.arknights
22

3-
import kotlinx.coroutines.sync.*
43
import net.mamoe.mirai.console.command.*
54
import net.mamoe.mirai.console.data.*
65
import net.mamoe.mirai.console.util.*
@@ -9,7 +8,6 @@ import net.mamoe.mirai.message.data.*
98
import net.mamoe.mirai.message.data.MessageSource.Key.quote
109
import net.mamoe.mirai.message.*
1110
import net.mamoe.mirai.utils.*
12-
import xyz.cssxsh.arknights.*
1311
import xyz.cssxsh.arknights.penguin.*
1412
import xyz.cssxsh.mirai.arknights.data.*
1513
import java.time.*

src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import kotlin.collections.*
1212

1313
@PublishedApi
1414
internal object ArknightsHelperPlugin : KotlinPlugin(
15-
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.2") {
15+
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.3.1") {
1616
name("arknights-helper")
1717
author("cssxsh")
1818

0 commit comments

Comments
 (0)