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 253a843..26c068f 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
-**Shipped version:** 13.3.00~ynh1
+**Shipped version:** 13.3.01~ynh1
## Screenshots
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..12dd80b
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,58 @@
+
+
+# ZwiiCMS para Yunohost
+
+[![Nivel de integración](https://dash.yunohost.org/integration/zwiicms.svg)](https://dash.yunohost.org/appci/app/zwiicms) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/zwiicms.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/zwiicms.maintain.svg)
+
+[![Instalar ZwiiCMS con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwiicms)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarZwiiCMS 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
+
+Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge.
+
+### Features
+
+- No Database
+- Multi-users
+- Multilingual
+- 100% responsive
+- WYSIWYG editor
+- Files manager
+- Flexible
+
+
+**Versión actual:** 13.3.01~ynh1
+
+## Capturas
+
+![Captura de ZwiiCMS](./doc/screenshots/dashboard.png)
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación usuario 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/zwiicms_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade zwiicms -u https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index 5caf400..0e62989 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
-**Paketatutako bertsioa:** 13.3.00~ynh1
+**Paketatutako bertsioa:** 13.3.01~ynh1
## Pantaila-argazkiak
diff --git a/README_fr.md b/README_fr.md
index 3670885..ae1e755 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -29,7 +29,7 @@ Zwii est un CMS sans base de données (fichier plat) qui vous permet de créer e
- Flexible
-**Version incluse :** 13.3.00~ynh1
+**Version incluse :** 13.3.01~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index 062097a..907e10c 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
-**Versión proporcionada:** 13.3.00~ynh1
+**Versión proporcionada:** 13.3.01~ynh1
## Capturas de pantalla
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 5168181..7e5add8 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
-**分发版本:** 13.3.00~ynh1
+**分发版本:** 13.3.01~ynh1
## 截图
diff --git a/manifest.toml b/manifest.toml
index 52f95b4..a457de0 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "ZwiiCMS"
description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
-version = "13.3.00~ynh1"
+version = "13.3.01~ynh1"
maintainers = ["ewilly"]
@@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.3.00.tar.gz"
- sha256 = "edd80d1d214745bc3abc6ec3a25ac20047772c46b1ace2934afa217d887cbefa"
+ url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.3.01.tar.gz"
+ sha256 = "746e89862643587429f9c2080b0e7784906f61a5ef5548fc4e87868fbecdb208"
in_subdir = true
autoupdate.strategy = "latest_forgejo_release"