From d194dec47763de43433f2924fc8626e7ec10ef80 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 10 Apr 2021 23:03:23 +0300 Subject: [PATCH] 3.14.0 --- buildSrc/src/main/kotlin/BuildConfig.kt | 4 ++-- changelog.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index a2116fc34a..39bfc27f52 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 = 554 - const val appVersion = "3.13.13" + const val appCodeNumber = 555 + const val appVersion = "3.14.0" const val gdxVersion = "1.9.14" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 9a7fe1601c..ba3fe0e3d7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +## 3.14.0 + +World wrap is publicly released! + +Added empty hexagon when none of the images exist - this fixes the default tileset for the new rendering method + +Manhattan project is not disabled for no-nuclear-weapon games + +Behind-the-scenes work on Religion + ## 3.13.13 Resolved #3753 - Fallout is no longer added multiple times