Version rollout (#7635)

* Bump version and create initial changelog entry

* Update German translation (#7634)

* Update Korean.properties (#7630)

* fix a few style issues in the German translation (#7621)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com>
Co-authored-by: Yattong the Mackerel <saud2410@naver.com>
Co-authored-by: Kristian Rother <krother@academis.eu>
This commit is contained in:
Yair Morgenstern
2022-08-07 23:48:01 +03:00
committed by GitHub
parent b630388984
commit 29b6b35f56
6 changed files with 99 additions and 48 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.7.0"
const val appName = "Unciv"
const val appCodeNumber = 745
const val appVersion = "4.2.2"
const val appCodeNumber = 746
const val appVersion = "4.2.3"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"