Skip to content

Commit

Permalink
build: 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 10, 2024
1 parent b24991e commit 8214328
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh"
version = "2.2.2"
version = "2.3.1"

mavenCentralPublish {
useCentralS01()
Expand Down
2 changes: 0 additions & 2 deletions src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsDsl.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package xyz.cssxsh.mirai.arknights

import kotlinx.coroutines.sync.*
import net.mamoe.mirai.console.command.*
import net.mamoe.mirai.console.data.*
import net.mamoe.mirai.console.util.*
Expand All @@ -9,7 +8,6 @@ import net.mamoe.mirai.message.data.*
import net.mamoe.mirai.message.data.MessageSource.Key.quote
import net.mamoe.mirai.message.*
import net.mamoe.mirai.utils.*
import xyz.cssxsh.arknights.*
import xyz.cssxsh.arknights.penguin.*
import xyz.cssxsh.mirai.arknights.data.*
import java.time.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlin.collections.*

@PublishedApi
internal object ArknightsHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.2") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.3.1") {
name("arknights-helper")
author("cssxsh")

Expand Down

0 comments on commit 8214328

Please sign in to comment.