Bump version and create initial changelog entry

This commit is contained in:
yairm210 2022-07-04 13:47:18 +00:00
parent 9477b319bc
commit cd978df2fb
4 changed files with 20 additions and 3 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.7.0"
const val appName = "Unciv"
const val appCodeNumber = 733
const val appVersion = "4.1.15"
const val appCodeNumber = 734
const val appVersion = "4.1.16"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"

View File

@ -1,3 +1,12 @@
## 4.1.16
By OptimizedForDensity:
- Generalize production-to-stat conversion uniques
- Slight optimization of getAttackableEnemies
- Better AI targeting
Unit icon alpha control - By letstalkaboutdune
## 4.1.15
By OptimizedForDensity:

View File

@ -445,7 +445,7 @@ class UncivGame(parameters: UncivGameParameters) : Game() {
companion object {
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
val VERSION = Version("4.1.15", 733)
val VERSION = Version("4.1.16", 734)
//endregion
lateinit var Current: UncivGame

View File

@ -0,0 +1,8 @@
By OptimizedForDensity:
- Generalize production-to-stat conversion uniques
- Slight optimization of getAttackableEnemies
- Better AI targeting
Unit icon alpha control - By letstalkaboutdune