Version rollout (#10312)

* Bump version and create initial changelog entry

* Update Catalan.properties (#10310)

* Fix Manufactory name (#10306)

* Fix Manufactory name

Like, why on earth was it called the same as the factory??

* Update Spanish.properties

* Update Spanish.properties

* Update Japanese.properties (#10269)

* Update Japanese.properties

* Update Japanese.properties

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com>
Co-authored-by: North Field <56919414+Harukin1030@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-10-13 11:42:15 +03:00
committed by GitHub
parent e587f28a88
commit bfa64ea18d
7 changed files with 431 additions and 435 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 = 922
const val appVersion = "4.8.12"
const val appCodeNumber = 923
const val appVersion = "4.8.13"
const val gdxVersion = "1.11.0"
const val ktorVersion = "2.2.3"