mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
Bump version and create initial changelog entry
This commit is contained in:
parent
9477b319bc
commit
cd978df2fb
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
8
fastlane/metadata/android/en-US/changelogs/734.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/734.txt
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user