diff --git a/build.gradle b/build.gradle index f1f5bc9aa3..797574f035 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 384 - appVersion = "3.6.1" + appCodeNumber = 385 + appVersion = "3.6.2" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 9b300d25e4..31606a759e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +## 3.6.2 + +Resolved #1982 - Can now pic civ-equivalent Great People in great person picker screen + +By Jack Rainy: +- Fixed rare bug of clicking on an unknown civilizations +- Display the current amount of gold in the "buy" prompt +- Do not allow to purchase extra units requiring unavailable resources + + +Removed pebble symbol from Unciv icon when showing persistent notification - by tobo + +Performance improvements - by Kentalot + +Translation updates + ## 3.6.1 Resolved #1963 - can now unautomate embarked workers