diff --git a/android/assets/jsons/Nations/Nations.json b/android/assets/jsons/Nations/Nations.json index e67afa739f..591e0548ab 100644 --- a/android/assets/jsons/Nations/Nations.json +++ b/android/assets/jsons/Nations/Nations.json @@ -1106,7 +1106,7 @@ "declaringWar": "You leave us no choice. War it must be.", "attacked": "Very well, this shall not be forgotten.", "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], "innerColor": [0,0,255], "cities": ["Hanoi"] diff --git a/build.gradle b/build.gradle index 681689b497..585addfe14 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 379 - appVersion = "3.5.14" + appCodeNumber = 380 + appVersion = "3.5.14-patch1" gdxVersion = '1.9.10' roboVMVersion = '2.3.1'