Version rollout (#11844)

* Bump version and create initial changelog entry

* Apply a few fixes to wording in Ukrainian (#11840)

Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>

* Update Italian.properties (#11838)

* Update Indonesian.properties (#11814)

Corrected a capitalisation and translated the new words.

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Kostiantyn Ko <test9@mormat.name>
Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-06-25 16:12:01 +03:00
committed by GitHub
parent a9d07f513d
commit cc90f48b1e
7 changed files with 97 additions and 39 deletions

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.21"
const val appName = "Unciv"
const val appCodeNumber = 1011
const val appVersion = "4.12.2-patch1"
const val appCodeNumber = 1012
const val appVersion = "4.12.3"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.2.3"