From 296ca8bc7cd9a936752b92e9527c525c0b1ea3ca Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Fri, 22 Jul 2022 18:00:20 -0500 Subject: [PATCH] Updated launcher version to 2.1.2 --- 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 1eba0ac..3cdcbe3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ subprojects { } group = "com.projectswg.launcher" -version = "2.1.1" +version = "2.1.2" 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 55ce844..4a445f7 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.1.1" + const val VERSION = "2.1.2" fun getApplicationDataDirectory(): File { return when (getOS()) {