3.5.14-patch1

This commit is contained in:
Yair Morgenstern
2020-02-16 21:53:38 +02:00
parent a6765c0b72
commit 7d72a0a789
2 changed files with 3 additions and 3 deletions

View File

@ -1106,7 +1106,7 @@
"declaringWar": "You leave us no choice. War it must be.", "declaringWar": "You leave us no choice. War it must be.",
"attacked": "Very well, this shall not be forgotten.", "attacked": "Very well, this shall not be forgotten.",
"afterPeace": "May peace forever bless our lands.", "afterPeace": "May peace forever bless our lands.",
"defeated": "So this is how does it feel to die...", "defeated": "So this is how it feels to die...",
"outerColor": [0, 0, 0], "outerColor": [0, 0, 0],
"innerColor": [0,0,255], "innerColor": [0,0,255],
"cities": ["Hanoi"] "cities": ["Hanoi"]

View File

@ -33,8 +33,8 @@ allprojects {
version = '1.0.1' version = '1.0.1'
ext { ext {
appName = "Unciv" appName = "Unciv"
appCodeNumber = 379 appCodeNumber = 380
appVersion = "3.5.14" appVersion = "3.5.14-patch1"
gdxVersion = '1.9.10' gdxVersion = '1.9.10'
roboVMVersion = '2.3.1' roboVMVersion = '2.3.1'