Skip to content

Commit

Permalink
fix: 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosine-A committed Feb 25, 2024
1 parent d326b32 commit 0508a6f
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
@@ -1,2 +1,2 @@
group = "kr.cosine.fishing"
version = "1.0.1"
version = "1.0.2"
2 changes: 1 addition & 1 deletion modules/dist/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bukkitResourceGenerator {
val pluginName = extra["projectName"].toString()
main = "${extra["projectGroup"]}.$pluginName"
name = pluginName
version = "1.0.1"
version = "1.0.2"
apiVersion = "1.17"
depend = listOf("HQFramework")
libraries = excludedRuntimeDependencies()
Expand Down

0 comments on commit 0508a6f

Please sign in to comment.