diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2ff1a..e9c4814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.1.7 (23/06/10) + +1. update: data structure + ## v2.1.6 (23/05/27) 1. fix: VideoDataHolder diff --git a/build.gradle.kts b/build.gradle.kts index 0e8b2cb..a09ecfe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "xyz.cssxsh" -version = "2.1.6" +version = "2.1.7" mavenCentralPublish { useCentralS01() @@ -28,7 +28,7 @@ repositories { dependencies { implementation("com.cronutils:cron-utils:9.2.0") implementation("org.jsoup:jsoup:1.16.1") - compileOnly("xyz.cssxsh:meme-helper:1.1.7") + compileOnly("xyz.cssxsh:meme-helper:1.2.0") testImplementation(kotlin("test")) // implementation(platform("net.mamoe:mirai-bom:2.14.0")) diff --git a/src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin.kt b/src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin.kt index f3becd7..eef2919 100644 --- a/src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin.kt +++ b/src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin.kt @@ -12,7 +12,7 @@ import xyz.cssxsh.arknights.* import kotlin.collections.* public object ArknightsHelperPlugin : KotlinPlugin( - JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.6") { + JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.7") { name("arknights-helper") author("cssxsh")