Skip to content

Commit 5da4a0d

Browse files
committed
build: 2.2.1
1 parent 83648d3 commit 5da4a0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh"
10-
version = "2.2.0"
10+
version = "2.2.1"
1111

1212
mavenCentralPublish {
1313
useCentralS01()

src/main/kotlin/xyz/cssxsh/arknights/CacheDataHolder.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public abstract class CacheDataHolder<K : CacheKey, R : CacheInfo> {
1717
protected open val mutex: Mutex = Mutex()
1818
protected open val http: HttpClient = HttpClient(OkHttp) {
1919
install(UserAgent) {
20-
agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
20+
agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
2121
}
2222
ContentEncoding()
2323
expectSuccess = true

src/main/kotlin/xyz/cssxsh/mirai/arknights/ArknightsHelperPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import kotlin.collections.*
1212

1313
@PublishedApi
1414
internal object ArknightsHelperPlugin : KotlinPlugin(
15-
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.0") {
15+
JvmPluginDescription("xyz.cssxsh.mirai.plugin.arknights-helper", "2.2.1") {
1616
name("arknights-helper")
1717
author("cssxsh")
1818

0 commit comments

Comments
 (0)