Skip to content

Commit

Permalink
build: 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 10, 2023
1 parent ab00dce commit 3988177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.1.7 (23/06/10)

1. update: data structure

## v2.1.6 (23/05/27)

1. fix: VideoDataHolder
Expand Down
4 changes: 2 additions & 2 deletions 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.1.6"
version = "2.1.7"

mavenCentralPublish {
useCentralS01()
Expand All @@ -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"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 3988177

Please sign in to comment.