Skip to content

Commit

Permalink
build: 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 2, 2023
1 parent 7a78d69 commit 1191964
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v2.1.6 (23/05/27)

1. fix: VideoDataHolder

## v2.1.5 (23/05/15)

1. fix: game data

## v2.1.4 (23/05/02)

1. fix: game data

## v2.1.3 (23/04/26)

1. update: holder
2. fix: game data

## v2.1.2 (23/03/30)

1. update: UserAgent, for #38

## v2.1.1 (23/02/27)

1. fix: BILIBILI_API
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.5"
version = "2.1.6"

mavenCentralPublish {
useCentralS01()
Expand All @@ -27,7 +27,7 @@ repositories {

dependencies {
implementation("com.cronutils:cron-utils:9.2.0")
implementation("org.jsoup:jsoup:1.15.4")
implementation("org.jsoup:jsoup:1.16.1")
compileOnly("xyz.cssxsh:meme-helper:1.1.7")
testImplementation(kotlin("test"))
//
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.5") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.1.6") {
name("arknights-helper")
author("cssxsh")

Expand Down

0 comments on commit 1191964

Please sign in to comment.