Resolved #7497 - Fixed Civilopedia crash on terrains

This commit is contained in:
Yair Morgenstern
2022-07-21 18:26:41 +03:00
parent 2f8acff08c
commit 96c9d105f3
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.7.0"
const val appName = "Unciv"
const val appCodeNumber = 740
const val appVersion = "4.1.21"
const val appCodeNumber = 741
const val appVersion = "4.1.21-patch1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"