This commit is contained in:
Yair Morgenstern
2020-11-11 21:56:02 +02:00
parent 582cbeb932
commit 977d5b8a72
2 changed files with 16 additions and 2 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 = 496
const val appVersion = "3.11.10-patch1"
const val appCodeNumber = 497
const val appVersion = "3.11.11"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"

View File

@ -1,3 +1,17 @@
## 3.11.11
Resolved #3324 - Great Person units no longer require a military unit to accompany them if they're close enough to the destination
Resolved #3326 - Settling a city removes the improvement in progress
Resolved #3323 - improvement uniques are no longer added twice
AI won't declare war if it doesn't know the location of any enemy city
Fixed key shortcuts in improvement picker screen
Translation updates
## 3.11.10
AI no longer tries to construct work boats that can't reach their intended destination