This commit is contained in:
Yair Morgenstern 2022-02-09 12:30:35 +02:00
parent ccfe4386b8
commit 74037489fc
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.5.30"
const val appName = "Unciv"
const val appCodeNumber = 676
const val appVersion = "3.19.6"
const val appCodeNumber = 677
const val appVersion = "3.19.7"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"

View File

@ -1,3 +1,13 @@
## 3.19.7
Better conditionals for modding
Withdraw chances can stack
By itanasi:
- Sea Unit can't capture Land Civilian (and vice versa)
- Notify when Barbs don't give more XP
## 3.19.6
UI improvements across the board