diff --git a/README.md b/README.md index 02a6687..e74fcb3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The goal is to make a stable, extensible, lightweight and user-friendly way to s - Low server footprint -**Shipped version:** 0.5.4~ynh2 +**Shipped version:** 0.5.5~ynh1 **Demo:** https://demo.zusam.org @@ -42,7 +42,7 @@ The goal is to make a stable, extensible, lightweight and user-friendly way to s * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index f598145..e836e41 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ L'objectif est de disposer d'un outil stable, extensible, léger et convivial po - Faible empreinte serveur -**Version incluse :** 0.5.4~ynh2 +**Version incluse :** 0.5.5~ynh1 **Démo :** https://demo.zusam.org @@ -42,7 +42,7 @@ L'objectif est de disposer d'un outil stable, extensible, léger et convivial po * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index e921340..8816101 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Zusam" description.en = "Truly private space for you and your friends" description.fr = "Espace entièrement privé pour vous et vos amis" -version = "0.5.4~ynh2" +version = "0.5.5~ynh1" maintainers = ["Papa Dragon"] @@ -62,8 +62,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.4.tar.gz" - sha256 = "772c3b218c2ac259ce581a2c19e0d41ac9b42ecb3503ae5e703f4513404e9aef" + url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.5.tar.gz" + sha256 = "34441f82b6857f74710ba36b4304cade8bda384379a75750003d4616b5f7b9d2" autoupdate.strategy = "latest_github_release"