Resolved #9887 - Improvement picker screen does not cause 'phantom' units to be assigned to civ

This commit is contained in:
Yair Morgenstern
2023-08-04 13:35:41 +03:00
parent 915238ed1a
commit 545ff0b944
4 changed files with 6 additions and 4 deletions

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.21"
const val appName = "Unciv"
const val appCodeNumber = 897
const val appVersion = "4.7.12-patch1"
const val appCodeNumber = 898
const val appVersion = "4.7.12-patch2"
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"