Version rollout (#12241)

* Bump version and create initial changelog entry

* Update Latin translation (#12240)

* Merge a branch

* Add a word

* Fix translation

* Fix translation

* Change names of books

* Update translation

* Update translation

---------

Co-authored-by: sls1005 <sls1005@github.com>

* Update Traditional Chinese translation (#12239)

* Merge a branch

* Fix translation

* Change a letter

* Update translation

* Update translation

* Update translation

---------

Co-authored-by: sls1005 <sls1005@github.com>

* Update Simplified_Chinese translation (#12238)

* Update Simplified_Chinese.properties

The previous translation, "在下一次投票\n外交胜利票数:[amount]" means you will get [amount] votes in the next diplomacy victory vote, which does not correspond to the original text. Here is a more appropriate translation that would not mislead the player.

* Update Simplified_Chinese.properties

* Update Simplified_Chinese.properties

* Update German translation (#12237)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: sls1005 <sls1005@github.com>
Co-authored-by: czyh2022 <126690022+czyh2022@users.noreply.github.com>
Co-authored-by: mape6 <mape6@posteo.de>
This commit is contained in:
Yair Morgenstern
2024-09-25 22:17:00 +03:00
committed by GitHub
parent 41eab84051
commit 04e4b34576
8 changed files with 336 additions and 339 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 = 1052
const val appVersion = "4.13.10"
const val appCodeNumber = 1053
const val appVersion = "4.13.11"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"