Version rollout (#12619)

* Bump version and create initial changelog entry

* Update Latin translation (#12616)

* Update translation

* Update translation

* Update translation

* Fix translation

* Update translation

* Update translation

* Fix translation

* Update dutch translations (#12589)

* Update Dutch.properties

* Update Dutch.properties

* Update Dutch.properties

* Update Dutch.properties

* Update Dutch.properties

* Update Croatian translation (#12586)

* City name of native Americans

* Greek and Babylonian cities

* Update Egyptian cities and few terms

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: dutchwolfgirl <110766475+dutchwolfgirl@users.noreply.github.com>
Co-authored-by: metablaster <44481081+metablaster@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-12-09 18:40:29 +02:00
committed by GitHub
parent f2aefd0061
commit f6025122a7
7 changed files with 501 additions and 441 deletions

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.9.24"
const val appName = "Unciv"
const val appCodeNumber = 1081
const val appVersion = "4.14.13-patch1"
const val appCodeNumber = 1082
const val appVersion = "4.14.14"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"