From d2cd65dd6a9587f648ad9b1d596ca12c79938848 Mon Sep 17 00:00:00 2001 From: yairm210 Date: Thu, 26 Aug 2021 17:42:29 +0300 Subject: [PATCH] changelog+buildconfig for next version --- buildSrc/src/main/kotlin/BuildConfig.kt | 4 ++-- changelog.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index d8df99fdf5..990f18e992 100644 --- a/buildSrc/src/main/kotlin/BuildConfig.kt +++ b/buildSrc/src/main/kotlin/BuildConfig.kt @@ -3,8 +3,8 @@ package com.unciv.build object BuildConfig { const val kotlinVersion = "1.4.30" const val appName = "Unciv" - const val appCodeNumber = 616 - const val appVersion = "3.16.7" + const val appCodeNumber = 617 + const val appVersion = "3.16.8" const val gdxVersion = "1.10.0" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 74f21cb05b..700160c145 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ +## 3.16.8 + +Upload APK files to Github release + +Can now play as 2 separate civs with the same userId + +Fixed Krepost unique + +Conquering a city destroys buildings inside the city - By xlenstra + +By SomeTroglodyte: +- Starting locations reworked +- Stat Icons Redone + ## 3.16.7 By xlenstra: