Version rollout (#10264)

* Bump version and create initial changelog entry

* Update Dutch.properties (#10260)

* Update Dutch.properties

* Update Dutch.properties

* Update Dutch.properties

* Update Dutch.properties

* Update German translation (#10256)

* Update Spanish.properties (#10251)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: EmperorPinguin <99119424+EmperorPinguin@users.noreply.github.com>
Co-authored-by: mape6 <mape6@posteo.de>
Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-10-07 22:18:29 +03:00
committed by GitHub
parent d714b00dd7
commit e7aef72e93
7 changed files with 49 additions and 38 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 = 921
const val appVersion = "4.8.11"
const val appCodeNumber = 922
const val appVersion = "4.8.12"
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"