diff --git a/README.md b/README.md
index c210b6d..680de96 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
@@ -17,6 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
grocy is a web-based self-hosted groceries & household management solution for your home.
+**Shipped version:** 4.2.0~ynh1
**Shipped version:** 4.1.0~ynh1
@@ -28,10 +29,10 @@ grocy is a web-based self-hosted groceries & household management solution for y
## Documentation and resources
-* Official app website:
-* Upstream app code repository:
-* YunoHost Store:
-* Report a bug:
+- Official app website:
+- Upstream app code repository:
+- YunoHost Store:
+- Report a bug:
## Developer info
@@ -39,7 +40,7 @@ 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/grocy_ynh/tree/testing --debug
or
sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_ynh/tree/testing --debug
diff --git a/README_fr.md b/README_fr.md
index 26c1c39..b61e9e7 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,5 +1,5 @@
@@ -17,6 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue d’ensemble
grocy is a web-based self-hosted groceries & household management solution for your home.
+**Version incluse :** 4.2.0~ynh1
**Version incluse :** 4.1.0~ynh1
@@ -28,10 +29,10 @@ grocy is a web-based self-hosted groceries & household management solution for y
## Documentations et ressources
-* Site officiel de l’app :
-* Dépôt de code officiel de l’app :
-* YunoHost Store:
-* Signaler un bug :
+- Site officiel de l’app :
+- Dépôt de code officiel de l’app :
+- YunoHost Store :
+- Signaler un bug :
## Informations pour les développeurs
@@ -39,10 +40,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/grocy_ynh/tree/testing --debug
ou
sudo yunohost app upgrade grocy -u https://github.com/YunoHost-Apps/grocy_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 e5c7390..b683693 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,9 +5,9 @@ name = "Grocy"
description.en = "Web-based groceries & household management solution for your home"
description.fr = "Solution Web de gestion d'épicerie et de gestion de la maison"
-version = "4.1.0~ynh1"
+version = "4.2.0~ynh1"
-maintainers = ["eric_G"]
+maintainers = [""]
[upstream]
license = "MIT"
@@ -46,8 +46,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/grocy/grocy/releases/download/v4.1.0/grocy_4.1.0.zip"
- sha256 = "638ac71603e614770dac44e5bcc2d74abd2fd3ba761b37e32752631f66065e85"
+ url = "https://github.com/grocy/grocy/releases/download/v4.2.0/grocy_4.2.0.zip"
+ sha256 = "ddc8b5841f90d41f1ce93cf8bf9af58d7ee7e651b570559a323062eec9a79dd9"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grocy_.*.zip"