From 61dd314b32b4360714edfadd6636ec1fe60d6626 Mon Sep 17 00:00:00 2001 From: Sudo Dios Date: Sun, 18 Feb 2024 16:13:43 +0330 Subject: [PATCH] Update to v1.0.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 456fb94..51bec07 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -65,7 +65,7 @@ compose.desktop { nativeDistributions { targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) packageName = "CodeWalker" - packageVersion = "1.0.0" + packageVersion = "1.0.1" val iconsRoot = project.file("src/main/resources") linux { iconFile.set(iconsRoot.resolve("icons/app-icon.png"))