Bump version and create initial changelog entry (#8364)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-01-12 20:20:31 +02:00
committed by GitHub
parent 3c47dd4a31
commit 684239a8de
4 changed files with 54 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.7.21"
const val appName = "Unciv"
const val appCodeNumber = 794
const val appVersion = "4.3.20"
const val appCodeNumber = 795
const val appVersion = "4.3.21"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"