Skip to content

Commit

Permalink
build: 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 4, 2022
1 parent 317109c commit d703204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.2.3"
version = "1.2.4"

mavenCentralPublish {
useCentralS01()
Expand All @@ -33,6 +33,7 @@ repositories {
dependencies {
api("xyz.cssxsh.baidu:baidu-netdisk:2.0.6") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "io.ktor")
}
implementation("io.ktor:ktor-client-serialization:1.6.5") {
exclude(group = "org.jetbrains.kotlin")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public object NetDiskFileSyncPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.file-sync",
name = "file-sync",
version = "1.2.3",
version = "1.2.4",
) {
author("cssxsh")
}
Expand Down

0 comments on commit d703204

Please sign in to comment.