This commit is contained in:
Yair Morgenstern 2020-03-19 10:30:01 +02:00
parent 958d1d016d
commit 49a0b90331
2 changed files with 13 additions and 2 deletions

View File

@ -33,8 +33,8 @@ allprojects {
version = '1.0.1'
ext {
appName = "Unciv"
appCodeNumber = 396
appVersion = "3.6.8"
appCodeNumber = 397
appVersion = "3.6.9"
gdxVersion = '1.9.10'
roboVMVersion = '2.3.1'

View File

@ -1,3 +1,14 @@
## 3.6.9
By rh-github-2015:
- Trade offers better sorting with user choice
- Resources always stay up-to-date
- Promotion and health columns in units overview
Preparation for recognizing ID types - by tobo
Translation updates
## 3.6.8
Loads of stuff by Jack Rainy!