4.6.1-patch1

This commit is contained in:
Yair Morgenstern
2023-04-13 23:21:42 +03:00
parent 5232984bd9
commit fd9284f8a3
3 changed files with 11 additions and 11 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.0"
const val appName = "Unciv"
const val appCodeNumber = 846
const val appVersion = "4.6.1"
const val appCodeNumber = 847
const val appVersion = "4.6.1-patch1"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"