Version rollout (#11935)

* Bump version and create initial changelog entry

* Update Turkish.properties (#11930)

* Update Simplified_Chinese.properties (#11923)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: ygz213 <77006222+ygz213@users.noreply.github.com>
Co-authored-by: AutumnPizazz <114050365+AutumnPizazz@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-07-09 17:57:56 +03:00
committed by GitHub
parent 3b40620cd6
commit 05f7ac1529
6 changed files with 77 additions and 19 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 = 1019
const val appVersion = "4.12.8"
const val appCodeNumber = 1020
const val appVersion = "4.12.9"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"