diff --git a/README.md b/README.md index 488411d..35446e9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Rocket.Chat is an open-source fully customizable communications platform develop - Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) - Desktop Apps for [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) and [Windows](https://releases.rocket.chat/desktop/latest/download) -**Shipped version:** 6.4.0~ynh1 +**Shipped version:** 6.4.1~ynh1 **Demo:** https://cloud.rocket.chat/trial @@ -44,7 +44,6 @@ Rocket.Chat is an open-source fully customizable communications platform develop * Official user documentation: * 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 e7c5664..6b4d900 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Rocket.Chat est une plate-forme de communication open source entièrement person - Applications mobiles pour [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) et [Android](https://play.google.com/store/apps/details?id=chat.rocket.android) - Applications de bureau pour [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) et [Windows](https://releases.rocket.chat/desktop/latest/download) -**Version incluse :** 6.4.0~ynh1 +**Version incluse :** 6.4.1~ynh1 **Démo :** https://cloud.rocket.chat/trial @@ -44,7 +44,6 @@ Rocket.Chat est une plate-forme de communication open source entièrement person * Documentation officielle utilisateur : * 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 11700a2..0a28b6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Rocket.Chat" description.en = "Team collaboration communication platform" description.fr = "Plateforme de communication collaborative en équipe" -version = "6.4.0~ynh1" +version = "6.4.1~ynh1" maintainers = ["eric_G"] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://releases.rocket.chat/6.4.0/download" - sha256 = "0eea15b16e521a624a970fe0fad9f6aeb08c397764546c7805731d8e8834b5f6" + url = "https://releases.rocket.chat/6.4.1/download" + sha256 = "e2d6f4cc03517cd4ca4e9f8e6e4319b6e999ec38355ee382504ba1df0078fdd6" in_subdir = true extract = true rename = "rocket.chat.tgz"