Updated launcher version to 2.0.1

This commit is contained in:
Josh Larson
2022-07-05 19:35:16 -05:00
parent dcae16deae
commit de694c52a5
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ subprojects {
}
group = "com.projectswg.launcher"
version = "2.0.0"
version = "2.0.1"
application {
mainModule.set("com.projectswg.launcher")

View File

@@ -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()) {