mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Updated launcher version to 2.0.1
This commit is contained in:
@@ -33,7 +33,7 @@ subprojects {
|
||||
}
|
||||
|
||||
group = "com.projectswg.launcher"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
|
||||
application {
|
||||
mainModule.set("com.projectswg.launcher")
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user