Version rollout (#12253)

* Bump version and create initial changelog entry

* Update French.properties (#12252)

* Merge a branch (#12251)

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

* Update Catalan.properties (#12250)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: sls1005 <sls1005@github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
This commit is contained in:
Yair Morgenstern
2024-09-30 00:02:30 +03:00
committed by GitHub
parent 80d565dd06
commit b0f0877f8c
7 changed files with 100 additions and 99 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 = 1054
const val appVersion = "4.13.12"
const val appCodeNumber = 1055
const val appVersion = "4.13.13"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"