3.16.4-patch2

This commit is contained in:
yairm210
2021-08-17 23:29:17 +03:00
parent 9cde914af5
commit 5773afb6e1
2 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 608
const val appVersion = "3.16.4-patch1"
const val appCodeNumber = 609
const val appVersion = "3.16.4-patch2"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"

View File

@ -1,3 +1,7 @@
## 3.16.4-patch2
## 3.16.4-patch1
Fixed crash from conquering cities - By xlenstra