Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Mar 29, 2024
1 parent 690735d commit 177d628
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 @@ -14,7 +14,7 @@ plugins {
}

group = "teksturepako.pakku"
version = "0.6.1"
version = "0.6.2"

val nativeEnabled = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ suspend fun exportServerPack(
create += projectOverrides.toExportData("/").map { result ->
result.getOrElse { return Result.failure(it) }
}
onInfo("${projectOverrides.size} project overrides exported to the Server-Pack folder")
onInfo("${projectOverrides.size} project overrides exported to the Server-Pack")

return zipModpack(
path = path,
Expand Down

0 comments on commit 177d628

Please sign in to comment.