Version rollout (#12439)

* Bump version and create initial changelog entry

* Update Traditional_Chinese.properties (#12438)

* Update Traditional_Chinese.properties

* Update Traditional_Chinese.properties

* Update Catalan.properties (#12433)

* Update Latin translation (#12432)

* Merge a branch

* Update translation

* Fix translation

* Fix translation

* Fix translation

* Update translation

* Update translation

* Fix translation

---------

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

* Update Portuguese.properties (#12429)

* Update Italian.properties (#12428)

* Fix Ukrainian.properties: Fix apostrophe and delete stress mark (#12427)

* Fix Ukrainian.properties: Delete stress mark - 0x301

* Fix Ukrainian.properties: Replace U+0027 with U+02BC

Regexp: ([ЄІ-ЇА-ЩЬЮ-щью-яєіїҐґ])\u0027([ЄІ-ЇА-ЩЬЮ-щью-яєіїҐґ])

* Fix Ukrainian.properties: Replace U+2019 with U+02BC

Regexp: ([ЄІ-ЇА-ЩЬЮ-щью-яєіїҐґ])\u2019([ЄІ-ЇА-ЩЬЮ-щью-яєіїҐґ])

* Update French.properties (#12425)

* Update Indonesian.properties (#12424)

* Update Indonesian.properties

Corrections and translation.

* Update Indonesian.properties

* Update Indonesian.properties

* Update Russian.properties (#12421)

* Update Russian.properties

* Update Russian.properties

* Update Brazilian_Portuguese.properties (#12420)

* Update German translation (#12419)

* Update German translation

* Update German translation

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: 羅少希 <83118946+Tab-Etuc@users.noreply.github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: sls1005 <sls1005@github.com>
Co-authored-by: murilozinkkkj <78273099+murilozinkkkj@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: Miroslav Belov <miroslavbelov8@gmail.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: dadadnet <dadadnet38@gmail.com>
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
Co-authored-by: mape6 <mape6@posteo.de>
This commit is contained in:
Yair Morgenstern
2024-11-10 14:31:37 +02:00
committed by GitHub
parent 6a171fe89f
commit 1c4d8786a2
15 changed files with 486 additions and 615 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 = 1067
const val appVersion = "4.14.4"
const val appCodeNumber = 1068
const val appVersion = "4.14.5"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"