diff --git a/ALL_README.md b/ALL_README.md
index a01b345..152f2e7 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index edd3756..5fc2d1b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application.
Lychee comes with everything you need and all your photos are stored securely.
-**Shipped version:** 5.3.0~ynh2
+**Shipped version:** 5.3.1~ynh1
**Demo:**
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..e8f7cdc
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,52 @@
+
+
+# Lychee para Yunohost
+
+[![Nivel de integración](https://dash.yunohost.org/integration/lychee.svg)](https://dash.yunohost.org/appci/app/lychee) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/lychee.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/lychee.maintain.svg)
+
+[![Instalar Lychee con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lychee)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarLychee rapidamente y simplement en un servidor YunoHost.*
+> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
+
+## Descripción general
+
+Lychee is a free photo-management tool, which runs on your server or web-space.
+Upload, manage and share photos like from a native application.
+Lychee comes with everything you need and all your photos are stored securely.
+
+
+**Versión actual:** 5.3.1~ynh1
+
+**Demo:**
+
+## Capturas
+
+![Captura de Lychee](./doc/screenshots/screenshot.jpg)
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación administrador oficial:
+- Repositorio del código fuente oficial de la aplicación :
+- Catálogo YunoHost:
+- Reportar un error:
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/lychee_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/lychee_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade lychee -u https://github.com/YunoHost-Apps/lychee_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index fb07a11..78e726e 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application.
Lychee comes with everything you need and all your photos are stored securely.
-**Paketatutako bertsioa:** 5.3.0~ynh2
+**Paketatutako bertsioa:** 5.3.1~ynh1
**Demoa:**
diff --git a/README_fr.md b/README_fr.md
index 4674a19..7e84c20 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -21,7 +21,7 @@ Téléchargez, gérez et partagez des photos comme à partir d'une application n
Lychee est livré avec tout ce dont vous avez besoin et toutes vos photos sont stockées en toute sécurité.
-**Version incluse :** 5.3.0~ynh2
+**Version incluse :** 5.3.1~ynh1
**Démo :**
diff --git a/README_gl.md b/README_gl.md
index 56c9396..3d35914 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application.
Lychee comes with everything you need and all your photos are stored securely.
-**Versión proporcionada:** 5.3.0~ynh2
+**Versión proporcionada:** 5.3.1~ynh1
**Demo:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 32432fa..9220f11 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -21,7 +21,7 @@ Upload, manage and share photos like from a native application.
Lychee comes with everything you need and all your photos are stored securely.
-**分发版本:** 5.3.0~ynh2
+**分发版本:** 5.3.1~ynh1
**演示:**
diff --git a/manifest.toml b/manifest.toml
index f8b95a6..3342228 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Lychee"
description.en = "Photo-management-system to manage and share photos"
description.fr = "Système de gestion de photos pour gérer et partager des photos"
-version = "5.3.0~ynh2"
+version = "5.3.1~ynh1"
maintainers = []
@@ -46,8 +46,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v5.3.0.tar.gz"
- sha256 = "eb0e519d29f3ed895d6e7f447fb3d2a2acd4b0ab81c67f3271d6ea610d1c590b"
+ url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v5.3.1.tar.gz"
+ sha256 = "4b45b2f486f2c3088aecea4682b9a5159c2b1c7657785f3580e2443c4256184e"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
diff --git a/scripts/upgrade b/scripts/upgrade
index ff782d4..146b349 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -17,7 +17,7 @@ timezone="$(cat /etc/timezone)"
ynh_script_progression --message="Upgrading source files..." --weight=4
# Download, check integrity, uncompress and patch the source from app.src
-ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env"
+ynh_setup_source --dest_dir="$install_dir" --keep=".env" #--full_replace=1
chmod 750 "$install_dir/bootstrap/cache"
chmod -R o-rwx "$install_dir"