mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 22:44:38 +07:00
3.14.0
This commit is contained in:
parent
6d5cb00271
commit
d194dec477
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.4.30"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 554
|
||||
const val appVersion = "3.13.13"
|
||||
const val appCodeNumber = 555
|
||||
const val appVersion = "3.14.0"
|
||||
|
||||
const val gdxVersion = "1.9.14"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
10
changelog.md
10
changelog.md
@ -1,3 +1,13 @@
|
||||
## 3.14.0
|
||||
|
||||
World wrap is publicly released!
|
||||
|
||||
Added empty hexagon when none of the images exist - this fixes the default tileset for the new rendering method
|
||||
|
||||
Manhattan project is not disabled for no-nuclear-weapon games
|
||||
|
||||
Behind-the-scenes work on Religion
|
||||
|
||||
## 3.13.13
|
||||
|
||||
Resolved #3753 - Fallout is no longer added multiple times
|
||||
|
Loading…
Reference in New Issue
Block a user