4.3.14-patch1

This commit is contained in:
Yair Morgenstern
2022-12-31 20:10:29 +02:00
parent 5b2997df46
commit 7bc924f76f
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.7.21"
const val appName = "Unciv"
const val appCodeNumber = 787
const val appVersion = "4.3.14"
const val appCodeNumber = 788
const val appVersion = "4.3.14-patch1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"

View File

@ -28,7 +28,7 @@ Units passed with 'next unit' are not returned to
By vegeta1k95:
- Corrected some Civilization colors
- Fix perpetual constructions info ()
- Fix perpetual constructions info
- Civ 5-style unit selection and cycling behaviour, "Wait" action
fix translation problem in policy screen - By CrispyXYZ