From de694c52a517abec641183cf2185b3739bbc3c44 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Tue, 5 Jul 2022 19:35:16 -0500 Subject: [PATCH] Updated launcher version to 2.0.1 --- build.gradle.kts | 2 +- .../java/com/projectswg/launcher/resources/data/LauncherData.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 54e29c1..a636c06 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ subprojects { } group = "com.projectswg.launcher" -version = "2.0.0" +version = "2.0.1" application { mainModule.set("com.projectswg.launcher") diff --git a/src/main/java/com/projectswg/launcher/resources/data/LauncherData.kt b/src/main/java/com/projectswg/launcher/resources/data/LauncherData.kt index 559a09f..56f18ca 100644 --- a/src/main/java/com/projectswg/launcher/resources/data/LauncherData.kt +++ b/src/main/java/com/projectswg/launcher/resources/data/LauncherData.kt @@ -44,7 +44,7 @@ enum class LauncherData { get() = FX.application companion object { - const val VERSION = "2.0.0" + const val VERSION = "2.0.1" fun getApplicationDataDirectory(): File { return when (getOS()) {