This commit is contained in:
Yair Morgenstern
2021-04-10 23:03:23 +03:00
parent 6d5cb00271
commit d194dec477
2 changed files with 12 additions and 2 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 554
const val appVersion = "3.13.13"
const val appCodeNumber = 555
const val appVersion = "3.14.0"
const val gdxVersion = "1.9.14"
const val roboVMVersion = "2.3.1"