diff --git a/README.md b/README.md
index ec7a399..f7b312a 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition.
+**Shipped version:** 2.35.4~ynh1
-**Shipped version:** 2.35.2~ynh2
-
-**Demo:** https://snappymail.eu/demo/
+**Demo:**
## Screenshots
@@ -29,11 +28,11 @@ Simple, modern, lightweight & fast web-based email client. The drastically upgra
## 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
@@ -41,10 +40,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/snappymail_ynh/tree/testing --debug
or
sudo yunohost app upgrade snappymail -u https://github.com/YunoHost-Apps/snappymail_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 2cf2972..708b5f8 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -17,10 +17,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue d’ensemble
Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community.
+**Version incluse :** 2.35.4~ynh1
-**Version incluse :** 2.35.2~ynh2
-
-**Démo :** https://snappymail.eu/demo/
+**Démo :**
## Captures d’écran
@@ -28,11 +27,11 @@ Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fo
## 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/snappymail_ynh/tree/testing --debug
ou
sudo yunohost app upgrade snappymail -u https://github.com/YunoHost-Apps/snappymail_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 d334018..1bb180e 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "SnappyMail"
description.en = "Simple, modern, lightweight & fast web-based e-mail client"
description.fr = "Client de messagerie Web simple, moderne, léger et rapide"
-version = "2.35.2~ynh2"
+version = "2.35.4~ynh1"
maintainers = []
@@ -46,8 +46,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/the-djmaze/snappymail/releases/download/v2.35.2/snappymail-2.35.2.tar.gz"
- sha256 = "684335227ec19ad88fcb4c4e81457ab08bcc9d7e9f69ce26484aebedd0768115"
+ url = "https://github.com/the-djmaze/snappymail/releases/download/v2.35.4/snappymail-2.35.4.tar.gz"
+ sha256 = "97be6cda7b5933f7aaa05ab0f1b3249b1c0f06f385c1fd98f13a52b32ceeddc5"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^snappymail-[0-9\\.\\-]*tar.gz$"