Skip to content

Commit

Permalink
build: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 3, 2023
1 parent 83648d3 commit 5da4a0d
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 @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh"
version = "2.2.0"
version = "2.2.1"

mavenCentralPublish {
useCentralS01()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/arknights/CacheDataHolder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public abstract class CacheDataHolder<K : CacheKey, R : CacheInfo> {
protected open val mutex: Mutex = Mutex()
protected open val http: HttpClient = HttpClient(OkHttp) {
install(UserAgent) {
agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
}
ContentEncoding()
expectSuccess = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import kotlin.collections.*

@PublishedApi
internal object ArknightsHelperPlugin : KotlinPlugin(
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.0") {
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.1") {
name("arknights-helper")
author("cssxsh")

Expand Down

0 comments on commit 5da4a0d

Please sign in to comment.