Skip to content

Commit

Permalink
build: 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 27, 2021
1 parent 177611d commit b61e21b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "xyz.cssxsh.mirai.plugin"
version = "1.0.4"
version = "1.0.5"

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import xyz.cssxsh.mirai.plugin.data.*
import xyz.cssxsh.mirai.plugin.tools.*

object BiliHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.bilibili-helper", "1.0.4") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.bilibili-helper", "1.0.5") {
name("bilibili-helper")
author("cssxsh")
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/plugin/BiliTasker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface BiliTasker {

suspend fun stop()

companion object: CoroutineScope by BiliHelperPlugin.childScope() {
companion object : CoroutineScope by BiliHelperPlugin.childScope() {
private val all by lazy {
(Loader::class.sealedSubclasses + Waiter::class.sealedSubclasses).mapNotNull { it.objectInstance }
}
Expand Down

0 comments on commit b61e21b

Please sign in to comment.