diff --git a/README.md b/README.md
index 0159d14..cc18cef 100644
--- a/README.md
+++ b/README.md
@@ -24,15 +24,14 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh)
** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**
-
-**Shipped version:** 0.10.5~ynh1
+**Shipped version:** 0.10.6~ynh1
## Documentation and resources
-* Official app website:
-* Official admin documentation:
-* Upstream app code repository:
-* YunoHost Store:
-* Report a bug:
+- Official app website:
+- Official admin documentation:
+- Upstream app code repository:
+- YunoHost Store:
+- Report a bug:
## Developer info
@@ -40,10 +39,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
-``` bash
+```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
or
sudo yunohost app upgrade mautrix_whatsapp -u https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
```
-**More info regarding app packaging:**
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 964f825..7f92102 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -24,15 +24,14 @@ C'est pourquoi [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_y
** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix_synapse et mautrix_whatsapp en même temps!**
-
-**Version incluse :** 0.10.5~ynh1
+**Version incluse :** 0.10.6~ynh1
## Documentations et ressources
-* Site officiel de l’app :
-* Documentation officielle de l’admin :
-* Dépôt de code officiel de l’app :
-* YunoHost Store:
-* Signaler un bug :
+- Site officiel de l’app :
+- Documentation officielle de l’admin :
+- Dépôt de code officiel de l’app :
+- YunoHost Store :
+- Signaler un bug :
## Informations pour les développeurs
@@ -40,10 +39,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
-``` bash
+```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
ou
sudo yunohost app upgrade mautrix_whatsapp -u https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/tree/testing --debug
```
-**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
+**Plus d’infos sur le packaging d’applications :**
diff --git a/manifest.toml b/manifest.toml
index d30c626..1e45e10 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Matrix-WhatsApp bridge"
description.en = "Matrix / Synapse puppeting bridge for WhatsApp"
description.fr = "Passerelle Matrix / Synapse pour WhatsApp"
-version = "0.10.5~ynh1"
+version = "0.10.6~ynh1"
maintainers = ["thardev"]
@@ -105,12 +105,12 @@ main.default = 8449
in_subdir = false
extract = false
rename = "mautrix-whatsapp"
-amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.5/mautrix-whatsapp-amd64"
-amd64.sha256 = "f8bce52acaba0393bba42d7891cb0910b4c90179a75b2caf2b499c3331e2a552"
-arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.5/mautrix-whatsapp-arm64"
-arm64.sha256 = "9b046ee43d1da1242effc18a3c4f6a4d80782beebee3f3d076a6a6cbbcb1d91c"
-armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.5/mautrix-whatsapp-arm"
-armhf.sha256 = "b5866bc24efd98f24dbe3b834489f86d976b0bb3da49883c5622cf34cdf20562"
+amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.6/mautrix-whatsapp-amd64"
+amd64.sha256 = "78367a955ced9298cc3a0d75aed9629582f4608b900de2116c8af8cb5db6389a"
+arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.6/mautrix-whatsapp-arm64"
+arm64.sha256 = "685c337eb1c2d0fe4ada62208127e9be7683efe61328959b68fa2111b821c476"
+armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.6/mautrix-whatsapp-arm"
+armhf.sha256 = "760d92fcde5e2da9f3d509d7cea1be9c59ce96eb3987344d82989e9ddc1b241d"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^mautrix-whatsapp-amd64$"