diff --git a/README.md b/README.md index 61830284..01dc9b78 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ If not, you can help by spreading the word - vote for Unciv where you can, menti If you REALLY want to donate for some reason, I have a Patreon page [here!](https://www.patreon.com/yairm210) - -## [Adding a new Civ](https://github.com/yairm210/Unciv/wiki/Making-a-new-Civilization) +If you want to mod, see [here!](https://github.com/yairm210/Unciv/wiki/Mods) # FAQ diff --git a/android/assets/jsons/translationsByLanguage/French.properties b/android/assets/jsons/translationsByLanguage/French.properties index efd1e238..7f7231b6 100644 --- a/android/assets/jsons/translationsByLanguage/French.properties +++ b/android/assets/jsons/translationsByLanguage/French.properties @@ -946,7 +946,7 @@ Clear resource = Effacer les ressources Requires = Requiert Menu = Menu # Requires translation! -Brush Size = +Brush Size = Taille de Brosse # Civilopedia Tutorials names diff --git a/android/build.gradle b/android/build.gradle index e7a5040b..aa0f327a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ android { minSdkVersion 14 targetSdkVersion 29 versionCode 360 - versionName "3.4.9" + versionName "3.5.0" archivesBaseName = "Unciv" }