diff --git a/README.md b/README.md
index 81f0ea2..e523812 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Leantime is a lean open source project management system for startups and innovators. It's an alternative to ClickUp, Notion, and Asana.
-**Shipped version:** 2.3.25~ynh1
+**Shipped version:** 2.4.1~ynh1
## Screenshots
@@ -29,7 +29,6 @@ Leantime is a lean open source project management system for startups and innova
* Official app website:
* Official admin documentation:
* Upstream app code repository:
-* YunoHost documentation for this app:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index c613935..eaa3511 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Leantime est un système de gestion de projet open source allégé pour les startups et les innovateurs. C'est une alternative à ClickUp, Notion et Asana.
-**Version incluse :** 2.3.25~ynh1
+**Version incluse :** 2.4.1~ynh1
## Captures d’écran
@@ -29,7 +29,6 @@ Leantime est un système de gestion de projet open source allégé pour les star
* Site 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 :
## Informations pour les développeurs
diff --git a/manifest.toml b/manifest.toml
index 552c151..82b9658 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Leantime"
description.en = "Project management system for startups and innovators"
description.fr = "Système de gestion de projet pour les startups et les innovateurs"
-version = "2.3.25~ynh1"
+version = "2.4.1~ynh1"
maintainers = ["eric_G"]
@@ -45,8 +45,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/Leantime/leantime/releases/download/v2.3.25/Leantime-v2.3.25.zip"
- sha256 = "aa42487659ace89bfa884226cf8a9070e2f1f45777edf726731760523fa903c3"
+ url = "https://github.com/Leantime/leantime/releases/download/v2.4.1/Leantime-v2.4.1.zip"
+ sha256 = "eaf88728697349a7c2898f5b03fde0e6afc2c58a0a0a26afb0a58b6c9bda8bd0"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "Leantime-v.*.zip"