City-wide bonuses are clearly marked as such to differentiate them from civ-wide bonuses

This commit is contained in:
Yair Morgenstern
2020-08-16 20:43:19 +03:00
parent f2f14b6570
commit 574e588711
4 changed files with 16 additions and 13 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 = 460
const val appVersion = "3.10.0"
const val appCodeNumber = 461
const val appVersion = "3.10.0-patch1"
const val gdxVersion = "1.9.10"
const val roboVMVersion = "2.3.1"