This commit is contained in:
Yair Morgenstern
2020-12-16 12:33:44 +02:00
parent 925e092629
commit 1dc5111fcb
10 changed files with 32 additions and 14 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.3.71"
const val appName = "Unciv"
const val appCodeNumber = 510
const val appVersion = "3.12.0"
const val appCodeNumber = 511
const val appVersion = "3.12.1"
const val gdxVersion = "1.9.12"
const val roboVMVersion = "2.3.1"