mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 10:54:19 -04:00
Bump version and create initial changelog entry
This commit is contained in:
parent
311611bee5
commit
7e06e55119
@ -3,7 +3,7 @@ package com.unciv.build
|
||||
|
||||
object BuildConfig {
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 1162
|
||||
const val appVersion = "4.18.0"
|
||||
const val appCodeNumber = 1163
|
||||
const val appVersion = "4.18.1"
|
||||
const val identifier = "com.unciv.app"
|
||||
}
|
||||
|
@ -1,3 +1,12 @@
|
||||
## 4.18.1
|
||||
|
||||
By RobLoach:
|
||||
- Add Global Uniques to the Civilopedia
|
||||
- Add `Adopt [policy/belief]` Unique
|
||||
- Add diplomacy status to `civFilter`
|
||||
|
||||
button alignment - By SidedYapper
|
||||
|
||||
## 4.18.0
|
||||
|
||||
CPU performance improvements
|
||||
|
@ -494,7 +494,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
|
||||
|
||||
companion object {
|
||||
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
||||
val VERSION = Version("4.18.0", 1162)
|
||||
val VERSION = Version("4.18.1", 1163)
|
||||
//endregion
|
||||
|
||||
/** Global reference to the one Gdx.Game instance created by the platform launchers - do not use without checking [isCurrentInitialized] first. */
|
||||
|
8
fastlane/metadata/android/en-US/changelogs/1163.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/1163.txt
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
By RobLoach:
|
||||
- Add Global Uniques to the Civilopedia
|
||||
- Add `Adopt [policy/belief]` Unique
|
||||
- Add diplomacy status to `civFilter`
|
||||
|
||||
button alignment - By SidedYapper
|
Loading…
x
Reference in New Issue
Block a user