From 177d62858d8d3ff8073cce7306969737518e133f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Hrivn=C3=A1k?= Date: Fri, 29 Mar 2024 21:49:17 +0100 Subject: [PATCH] Bump version --- build.gradle.kts | 2 +- src/commonMain/kotlin/teksturepako/pakku/api/actions/Export.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7c49d0f7..4cc93c5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } group = "teksturepako.pakku" -version = "0.6.1" +version = "0.6.2" val nativeEnabled = false diff --git a/src/commonMain/kotlin/teksturepako/pakku/api/actions/Export.kt b/src/commonMain/kotlin/teksturepako/pakku/api/actions/Export.kt index 57412d9a..fb49f59d 100644 --- a/src/commonMain/kotlin/teksturepako/pakku/api/actions/Export.kt +++ b/src/commonMain/kotlin/teksturepako/pakku/api/actions/Export.kt @@ -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,