Skip to content

Commit

Permalink
build: 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 28, 2021
1 parent 1072269 commit 1ac9c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.1.2"
version = "1.1.3"

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

object BiliHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.bilibili-helper", "1.1.2") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.bilibili-helper", "1.1.3") {
name("bilibili-helper")
author("cssxsh")
}
Expand Down
1 change: 1 addition & 0 deletions src/main/kotlin/xyz/cssxsh/mirai/plugin/BiliUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ internal val logger by lazy {
if (open) BiliHelperPlugin.logger else SilentLogger
}

@OptIn(ExperimentalSerializationApi::class)
internal var cookies by object : ReadWriteProperty<Any?, List<Cookie>> {
private val json by lazy {
BiliHelperPlugin.dataFolder.resolve("cookies.json").apply {
Expand Down

0 comments on commit 1ac9c8d

Please sign in to comment.