diff --git a/README.md b/README.md index b6fbe5a..cb5c4a3 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in [FluffyChat](https://fluffychat.im) 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.16.0~ynh1 +**Shipped version:** 1.17.0~ynh1 **Demo:** https://fluffychat.im/web ## Screenshots -![Screenshot of Fluffychat](./doc/screenshots/example.jpg) +![Screenshot of Fluffychat](./doc/screenshots/fluffychat.jpg) ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index b8f38c4..29fdf42 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,13 +19,13 @@ 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 d emessagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde. -**Version incluse :** 1.16.0~ynh1 +**Version incluse :** 1.17.0~ynh1 **Démo :** https://fluffychat.im/web ## Captures d’écran -![Capture d’écran de Fluffychat](./doc/screenshots/example.jpg) +![Capture d’écran de Fluffychat](./doc/screenshots/fluffychat.jpg) ## Documentations et ressources diff --git a/manifest.toml b/manifest.toml index c86319a..e3941eb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Fluffychat" description.en = "A cute [matrix] client written in Flutter. " description.fr = "Un client [matrix] mignon écrit en Flutter." -version = "1.16.0~ynh1" +version = "1.17.0~ynh1" maintainers = ["OniriCorpe"] @@ -53,8 +53,8 @@ default = "visitors" # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command -url = "https://github.com/krille-chan/fluffychat/releases/download/v1.16.0/fluffychat-web.tar.gz" -sha256 = "b7852559895d3a4dd2107f5b8f6814b5d8571a720ea2ec4e1174392fd7267bd1" +url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.0/fluffychat-web.tar.gz" +sha256 = "155bcbafd4bd9df34f1f428447a31f74a40953c72b43c0d56e2d7a3977882db0" in_subdir = 2 autoupdate.asset = "fluffychat-web.tar.gz"