diff --git a/README.md b/README.md index ca1b23f..2cf45d2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption. -**Shipped version:** 1.11.37~ynh1 +**Shipped version:** 1.11.38~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 7aab022..b629632 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 Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut. -**Version incluse :** 1.11.37~ynh1 +**Version incluse :** 1.11.38~ynh1 **Démo :** https://app.element.io/ diff --git a/manifest.toml b/manifest.toml index fe51410..c94208c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Element" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "1.11.37~ynh1" +version = "1.11.38~ynh1" maintainers = ["Josué Tille"] @@ -53,8 +53,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.37/element-v1.11.37.tar.gz" - sha256 = "313a2ffa9775e1529343e62390156fb97593999079994aa7ce494dc8db59ae6e" + url = "https://github.com/vector-im/element-web/releases/download/v1.11.38/element-v1.11.38.tar.gz" + sha256 = "550215d635db0b04ffcf72079f100be007af5d5c98ebc6fcaed47101f6238494" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/tests.toml b/tests.toml index d13467c..bcd32f2 100644 --- a/tests.toml +++ b/tests.toml @@ -12,6 +12,6 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.4e764b96.name = "Upgrade from 1.11.22" - test_upgrade_from.4e764b96.args.domain = "domain.tld" - test_upgrade_from.4e764b96.args.is_public = true + test_upgrade_from.26a68cb850f5886aa78671e241a897f48910f314.name = "Upgrade from 1.11.37" + test_upgrade_from.26a68cb850f5886aa78671e241a897f48910f314.args.domain = "domain.tld" + test_upgrade_from.26a68cb850f5886aa78671e241a897f48910f314.args.is_public = true