Version rollout (#9418)

* Bump version and create initial changelog entry

* Update Greek.properties (#9407)

* Update Spanish.properties (#9397)

* Update Indonesian.properties (#9393)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: marek06072 <133993044+marek06072@users.noreply.github.com>
Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com>
Co-authored-by: t <73392607+tsaqibfs@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-05-21 14:08:49 +03:00
committed by GitHub
parent 280025fa10
commit 9c2a9975a6
7 changed files with 73 additions and 20 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 = 868
const val appVersion = "4.6.12-patch1"
const val appCodeNumber = 869
const val appVersion = "4.6.13"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"