Version rollout (#10837)

* Bump version and create initial changelog entry

* Update Catalan.properties (#10834)

* Update Polish.properties (#10831)

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
Co-authored-by: Lesiakower <125187776+Lesiakower@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-12-30 21:21:25 +02:00
committed by GitHub
parent ab133027cd
commit a2fd43f840
6 changed files with 58 additions and 33 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 = 949
const val appVersion = "4.9.13"
const val appCodeNumber = 950
const val appVersion = "4.9.14"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.2.3"