Resolved #3317 - mod management screen displays properly again

3.11.9-patch2
This commit is contained in:
Yair Morgenstern
2020-11-03 23:23:02 +02:00
parent b5c9fb79bf
commit 315a55f972
3 changed files with 23 additions and 22 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 493
const val appVersion = "3.11.9-patch1"
const val appCodeNumber = 494
const val appVersion = "3.11.9-patch2"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"