diff --git a/README.md b/README.md index 5dca146..d34945a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] client written in [Flutter](https://flutter.dev). The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone. -**Shipped version:** 1.17.1~ynh1 +**Shipped version:** 1.17.2~ynh1 **Demo:** https://fluffychat.im/web diff --git a/README_fr.md b/README_fr.md index 077a9d4..5741b39 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 [FluffyChat](https://fluffychat.im) est un client [[matrix](https://matrix.org)] open-source, à but non lucratif et mignon écrit en [Flutter](https://flutter.dev). Le but de cette app est de créer un client de messagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde. -**Version incluse :** 1.17.1~ynh1 +**Version incluse :** 1.17.2~ynh1 **Démo :** https://fluffychat.im/web diff --git a/manifest.toml b/manifest.toml index b4b6ccf..6a9b5d8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Fluffychat" description.en = "Matrix messenger client" description.fr = "Client de messagerie Matrix" -version = "1.17.1~ynh1" +version = "1.17.2~ynh1" maintainers = ["OniriCorpe"] @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources.sources.main] - url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.1/fluffychat-web.tar.gz" - sha256 = "6800fde0284aceeca263c86d5a3871fe44e513dbe90ab8c00fc58a8ea74ff5ad" + url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.2/fluffychat-web.tar.gz" + sha256 = "302e24cbc0be8b6e02609da80f408245f75518e7c455acd84afea098c63e4ed5" in_subdir = 2 autoupdate.asset = "fluffychat-web.tar.gz"