Skip to content

Commit

Permalink
build: 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Sep 10, 2023
1 parent a486e94 commit 218d6ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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.mirai"
version = "1.10.0"
version = "1.11.0"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal object FixProtocolVersionPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.fix-protocol-version",
name = "fix-protocol-version",
version = "1.10.0"
version = "1.11.0"
) {
author("cssxsh")
}
Expand All @@ -25,7 +25,7 @@ internal object FixProtocolVersionPlugin : KotlinPlugin(
for (protocol in BotConfiguration.MiraiProtocol.values()) {
val file = File("${protocol.name.lowercase()}.json")
if (file.exists()) {
logger.info("$protocol load from ${file.toPath().toUri()}")
logger.info("$protocol load from \n ${file.toPath().toUri()}")
FixProtocolVersion.load(protocol)
}
}
Expand Down
3 changes: 0 additions & 3 deletions src/main/kotlin/xyz/cssxsh/mirai/tool/TLV544Provider.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package xyz.cssxsh.mirai.tool

import kotlinx.coroutines.*
import kotlinx.serialization.json.*
import net.mamoe.mirai.*
import net.mamoe.mirai.internal.spi.*
import net.mamoe.mirai.internal.utils.*
import net.mamoe.mirai.utils.*
import java.io.File
import java.util.*
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/tool/ViVo50.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import net.mamoe.mirai.internal.spi.*
import net.mamoe.mirai.internal.utils.*
import net.mamoe.mirai.utils.*
import org.asynchttpclient.*
import org.asynchttpclient.netty.ws.*
import org.asynchttpclient.ws.*
import java.security.*
import java.security.spec.*
Expand Down

0 comments on commit 218d6ed

Please sign in to comment.