Skip to content

Commit

Permalink
build: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Nov 10, 2021
1 parent 7e7dc89 commit 8591c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object NetdiskFileSyncPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.file-sync",
name = "file-sync",
version = "1.0.0",
version = "1.0.1",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 8591c80

Please sign in to comment.