diff --git a/ALL_README.md b/ALL_README.md
index a01b345..8938aae 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)
+- [Lee 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 9c48ffb..276c20b 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
-**Shipped version:** 3.1.3~ynh1
+**Shipped version:** 3.1.4~ynh1
## Screenshots
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..8a2844f
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,47 @@
+
+
+# Leantime para Yunohost
+
+[](https://dash.yunohost.org/appci/app/leantime)  
+
+[](https://install-app.yunohost.org/?app=leantime)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarLeantime 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
+
+Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
+
+**Versión actual:** 3.1.4~ynh1
+
+## Capturas
+
+
+
+## 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/leantime_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/leantime_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade leantime -u https://github.com/YunoHost-Apps/leantime_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index 4ab957d..b2b4d58 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -18,7 +18,7 @@ EZ editatu eskuz.
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
-**Paketatutako bertsioa:** 3.1.3~ynh1
+**Paketatutako bertsioa:** 3.1.4~ynh1
## Pantaila-argazkiak
diff --git a/README_fr.md b/README_fr.md
index 4019893..c534608 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Leantime est un système de gestion de projet open source allégé pour les startups et les innovateurs. C'est une alternative à ClickUp, Notion et Asana.
-**Version incluse :** 3.1.3~ynh1
+**Version incluse :** 3.1.4~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index e9b7a60..024af5c 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -18,7 +18,7 @@ NON debe editarse manualmente.
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
-**Versión proporcionada:** 3.1.3~ynh1
+**Versión proporcionada:** 3.1.4~ynh1
## Capturas de pantalla
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 1e392e5..3e4ad12 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -3,7 +3,7 @@
请勿手动编辑。
-->
-# YunoHost 的 Leantime
+# YunoHost 上的 Leantime
[](https://dash.yunohost.org/appci/app/leantime)  
@@ -18,7 +18,7 @@
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
-**分发版本:** 3.1.3~ynh1
+**分发版本:** 3.1.4~ynh1
## 截图
diff --git a/manifest.toml b/manifest.toml
index 15266fa..4af330f 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Leantime"
description.en = "Project management system for startups and innovators"
description.fr = "Système de gestion de projet pour les startups et les innovateurs"
-version = "3.1.3~ynh1"
+version = "3.1.4~ynh1"
maintainers = []
@@ -48,8 +48,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/Leantime/leantime/releases/download/v3.1.3/Leantime-v3.1.3.zip"
- sha256 = "9ce2cfeef233fc6ffac65341e0db08f4e21c8396d2a2ced11dcc35913cceda6c"
+ url = "https://github.com/Leantime/leantime/releases/download/v3.1.4/Leantime-v3.1.4.zip"
+ sha256 = "75ef94eed67f71fd05cf9499b662a11db8689f5d2032c7535cf0292565abab4b"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "Leantime-v.*.zip"