diff --git a/buildSrc/src/main/kotlin/BuildConfig.kt b/buildSrc/src/main/kotlin/BuildConfig.kt index d84978101f..277aad386c 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.3.71" const val appName = "Unciv" - const val appCodeNumber = 461 - const val appVersion = "3.10.0-patch1" + const val appCodeNumber = 462 + const val appVersion = "3.10.1" const val gdxVersion = "1.9.10" const val roboVMVersion = "2.3.1" diff --git a/changelog.md b/changelog.md index 35e194b809..b744ea342e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ +## 3.10.1 + +Scenarios can handle tech trees that aren't continually researchable - this allows for very small modded tech trees + +Can mod continually researchable techs + +Nuke can now no longer destroy Capitals, instead of destroying only capitals - By HadeanLake + +Finnish translations added! + +Translation updates + ## 3.10.0 Can now create Scenarios and release them with mods!