Version rollout (#8042)

* Bump version and create initial changelog entry

* Update Indonesian.properties (#8039)

* Update Greek.properties (#8038)

* Update Greek.properties

* Translating to Greek for unciv.

* Update Simplified_Chinese.properties (#8037)

* Update German.properties (#8035)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Hello200000 <98656089+Hello200000@users.noreply.github.com>
Co-authored-by: RA1DEN-cyborg <73561839+RA1DEN-cyborg@users.noreply.github.com>
Co-authored-by: CrispyXYZ <64761703+CrispyXYZ@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2022-11-22 23:11:57 +02:00
committed by GitHub
parent 19d591dd89
commit ee8c190c06
8 changed files with 336 additions and 281 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 = 766
const val appVersion = "4.3.1"
const val appCodeNumber = 767
const val appVersion = "4.3.2"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"