Skip to content

Commit ef8cd86

Browse files
committed
build: 1.3.1
1 parent f7101f6 commit ef8cd86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
kotlin("jvm") version "1.6.21"
33
kotlin("plugin.serialization") version "1.6.21"
44

5-
id("net.mamoe.mirai-console") version "2.11.0"
5+
id("net.mamoe.mirai-console") version "2.11.1"
66
id("net.mamoe.maven-central-publish") version "0.7.1"
77
}
88

99
group = "io.github.gnuf0rce"
10-
version = "1.3.0"
10+
version = "1.3.1"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -25,7 +25,7 @@ repositories {
2525
}
2626

2727
dependencies {
28-
api("xyz.cssxsh.baidu:baidu-netdisk:2.0.8") {
28+
api("xyz.cssxsh.baidu:baidu-netdisk:3.0.0") {
2929
exclude(group = "org.jetbrains.kotlin")
3030
exclude(group = "io.ktor")
3131
}
@@ -41,7 +41,7 @@ dependencies {
4141
exclude(group = "org.slf4j")
4242
exclude(group = "io.ktor", module = "ktor-client-core")
4343
}
44-
compileOnly("net.mamoe:mirai-core-utils:2.11.0")
44+
compileOnly("net.mamoe:mirai-core-utils:2.11.1")
4545
//
4646
testImplementation(kotlin("test", "1.6.21"))
4747
}

src/main/kotlin/io/github/gnuf0rce/mirai/netdisk/NetDiskFileSyncPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public object NetDiskFileSyncPlugin : KotlinPlugin(
1212
JvmPluginDescription(
1313
id = "io.github.gnuf0rce.file-sync",
1414
name = "file-sync",
15-
version = "1.3.0",
15+
version = "1.3.1",
1616
) {
1717
author("cssxsh")
1818
}

0 commit comments

Comments
 (0)