Version rollout (#12748)

* Bump version and create initial changelog entry

* Update Latin translation (#12740)

* Update Latin translation

* Fix translation

* Fix translation

* Revert.

* Redo

* Update Spanish.properties (#12736)

* Update Spanish.properties

* Update Spanish.properties

* Update Spanish.properties

* Update Brazilian_Portuguese.properties (#12733)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: Nahuel Geno <142752140+NahuelGeno@users.noreply.github.com>
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2025-01-04 20:09:09 +02:00
committed by GitHub
parent e2f346490c
commit cb2295653d
7 changed files with 78 additions and 56 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 = 1087
const val appVersion = "4.14.19"
const val appCodeNumber = 1088
const val appVersion = "4.14.20"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"