Version rollout (#12223)

* Bump version and create initial changelog entry

* Update Latin translation (#12222)

* Merge a branch

* Update translation

* Update translation

* Update translation

* Update translation

* Fix translation

* Update translation

* Update translation

---------

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

* Update Italian.properties (#12221)

* Update French.properties (#12218)

---------

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: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-09-17 18:30:58 +03:00
committed by GitHub
parent eb180523d6
commit 4b71c1583c
7 changed files with 241 additions and 196 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 = 1049
const val appVersion = "4.13.8-patch1"
const val appCodeNumber = 1050
const val appVersion = "4.13.9"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"