Fixes for Repair

This commit is contained in:
Yair Morgenstern
2022-12-05 22:42:39 +02:00
parent b351d4a4e2
commit 8ec2ada740
2 changed files with 4 additions and 5 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.7.0"
const val appName = "Unciv"
const val appCodeNumber = 772
const val appVersion = "4.3.6"
const val appCodeNumber = 773
const val appVersion = "4.3.6-patch1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"