File tree 3 files changed +2
-4
lines changed
src/main/kotlin/xyz/cssxsh/mirai/arknights
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group = " xyz.cssxsh"
10
- version = " 2.2.2 "
10
+ version = " 2.3.1 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
Original file line number Diff line number Diff line change 1
1
package xyz.cssxsh.mirai.arknights
2
2
3
- import kotlinx.coroutines.sync.*
4
3
import net.mamoe.mirai.console.command.*
5
4
import net.mamoe.mirai.console.data.*
6
5
import net.mamoe.mirai.console.util.*
@@ -9,7 +8,6 @@ import net.mamoe.mirai.message.data.*
9
8
import net.mamoe.mirai.message.data.MessageSource.Key.quote
10
9
import net.mamoe.mirai.message.*
11
10
import net.mamoe.mirai.utils.*
12
- import xyz.cssxsh.arknights.*
13
11
import xyz.cssxsh.arknights.penguin.*
14
12
import xyz.cssxsh.mirai.arknights.data.*
15
13
import java.time.*
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import kotlin.collections.*
12
12
13
13
@PublishedApi
14
14
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 ") {
16
16
name("arknights-helper")
17
17
author("cssxsh")
18
18
You can’t perform that action at this time.
0 commit comments