diff --git a/README.md b/README.md
index 81f8d40..df2b435 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ It is a self-hosted monitoring tool like "Uptime Robot".
- Certificate Info
-**Shipped version:** 1.19.4~ynh1
+**Shipped version:** 1.19.5~ynh1
**Demo:** https://demo.uptime.kuma.pet
diff --git a/README_fr.md b/README_fr.md
index d03682e..aa8530f 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,15 +5,15 @@ It shall NOT be edited by hand.
# Uptime Kuma pour YunoHost
-[](https://dash.yunohost.org/appci/app/uptime-kuma)  
+[](https://dash.yunohost.org/appci/app/uptime-kuma)  
[](https://install-app.yunohost.org/?app=uptime-kuma)
*[Read this readme in english.](./README.md)*
-> *Ce package vous permet d'installer Uptime Kuma rapidement et simplement sur un serveur YunoHost.
-Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
+> *Ce package vous permet d’installer Uptime Kuma rapidement et simplement sur un serveur YunoHost.
+Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
-## Vue d'ensemble
+## Vue d’ensemble
It is a self-hosted monitoring tool like "Uptime Robot".
@@ -29,13 +29,13 @@ It is a self-hosted monitoring tool like "Uptime Robot".
- Certificate Info
-**Version incluse :** 1.19.4~ynh1
+**Version incluse :** 1.19.5~ynh1
**Démo :** https://demo.uptime.kuma.pet
-## Captures d'écran
+## Captures d’écran
-
+
## Avertissements / informations importantes
@@ -48,10 +48,10 @@ It is a self-hosted monitoring tool like "Uptime Robot".
## Documentations et ressources
-* Site officiel de l'app :
+* Site officiel de l’app :
* Documentation officielle utilisateur :
-* Documentation officielle de l'admin :
-* Dépôt de code officiel de l'app :
+* Documentation officielle de l’admin :
+* Dépôt de code officiel de l’app :
* Documentation YunoHost pour cette app :
* Signaler un bug :
@@ -67,4 +67,4 @@ ou
sudo yunohost app upgrade uptime-kuma -u https://github.com/YunoHost-Apps/uptime-kuma_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :**
+**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
diff --git a/conf/app.src b/conf/app.src
index 85ac4a2..8b0b801 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,7 +1,7 @@
-SOURCE_URL=https://github.com/louislam/uptime-kuma/archive/refs/tags/1.19.4.tar.gz
-SOURCE_SUM=ee58a92b333c91122bd562aea05054eeb82fe303ad4e504f49376e2b4a962b9b
+SOURCE_URL=https://github.com/louislam/uptime-kuma/archive/refs/tags/1.19.5.tar.gz
+SOURCE_SUM=cf36845c013b0fcc337386109f45c4ca3b93dbbb3dbbed7ffa3eb26754509d84
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
-SOURCE_FILENAME=1.19.4.tar.gz
+SOURCE_FILENAME=1.19.5.tar.gz
SOURCE_EXTRACT=true
diff --git a/conf/dist.src b/conf/dist.src
index 0b1bef7..09c94b8 100644
--- a/conf/dist.src
+++ b/conf/dist.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://github.com/louislam/uptime-kuma/releases/download/1.19.4/dist.tar.gz
-SOURCE_SUM=3e0c0535770befd21bdc7085f17a52973ac6ce0bbb45f7f7842cc14bc99bedb8
+SOURCE_URL=https://github.com/louislam/uptime-kuma/releases/download/1.19.5/dist.tar.gz
+SOURCE_SUM=3f94fd5cdb5f1b7c0dda4807374f380d3dcfa59018b3f5cfee2bba6b511b88d3
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/manifest.json b/manifest.json
index cb9b787..6a0e64a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Self-hosted monitoring tool like Uptime-Robot",
"fr": "Outil de surveillance auto-hébergé similaire à Uptime-Robot"
},
- "version": "1.19.4~ynh1",
+ "version": "1.19.5~ynh1",
"url": "https://github.com/louislam/uptime-kuma/",
"upstream": {
"license": "MIT",