From 7b5e59292e03cb16a2283ef4e7a343013471e649 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 1 Mar 2020 23:46:11 +0200 Subject: [PATCH] 3.6.4 --- build.gradle | 4 ++-- changelog.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9add56b792..0ea6233147 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 387 - appVersion = "3.6.3-patch1" + appCodeNumber = 388 + appVersion = "3.6.4" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 5ddf85d888..69484a2e8e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,14 @@ +## 3.6.4 + +By Jack Rainy: +- Civilization rankings (Richest, Strongest, Most Fertile, Largest, etc.) +- Can now buy buildings from queue +- Include Nations in the calculation of a translation's percentage + +Eiffel Tower effect changed to reflect original Civ - by lishaoxia1985 + +Translation updates + ## 3.6.3 Workers automate roads/railroads overseas, railroads connect through harbors - by przystasz