diff --git a/README.md b/README.md index ddafbac..86331af 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 An admin UI for Matrix Synapse homeserver. -**Shipped version:** 0.8.7~ynh3 +**Shipped version:** 0.9.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 89a000d..fc0e888 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po An admin UI for Matrix Synapse homeserver. -**Version incluse :** 0.8.7~ynh3 +**Version incluse :** 0.9.1~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 7def4f0..c3c8df4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Synapse Admin" description.en = "Admin UI for Synapse" description.fr = "Admin UI pour Synapse" -version = "0.8.7~ynh3" +version = "0.9.1~ynh1" maintainers = [] @@ -48,8 +48,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.8.7/synapse-admin-0.8.7-dirty.tar.gz" - sha256 = "3f74cbfec0a3b14b5684d1bded4816a7946d2e9b88b7186767189c14811224e9" + url = "https://github.com/Awesome-Technologies/synapse-admin/releases/download/0.9.1/synapse-admin-0.9.1.tar.gz" + sha256 = "116587e23651c42bb63da8f660c475f5aca2b3f6a3bc5bcac43322ad1a071f2b" autoupdate.strategy = "latest_github_release" autoupdate.asset = "synapse-admin-.*.tar.gz"