Bump version and create initial changelog entry (#12182)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2024-09-05 21:24:50 +03:00
committed by GitHub
parent 2a31c13bc6
commit ea2bd03ab0
4 changed files with 42 additions and 3 deletions

View File

@ -4,8 +4,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.9.24"
const val appName = "Unciv"
const val appCodeNumber = 1043
const val appVersion = "4.13.4"
const val appCodeNumber = 1044
const val appVersion = "4.13.5"
const val gdxVersion = "1.12.1"
const val ktorVersion = "2.3.12"