diff --git a/README.md b/README.md index a2bc537..f7ff71b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A minimal Matrix chat client, focused on performance, offline functionality, and - Loading (unused) parts of the application after initial page load should be supported -**Shipped version:** 0.3.6~ynh1 +**Shipped version:** 0.3.7~ynh1 **Demo:** https://hydrogen.element.io/ diff --git a/README_fr.md b/README_fr.md index 108315c..e156876 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ A minimal Matrix chat client, focused on performance, offline functionality, and - Loading (unused) parts of the application after initial page load should be supported -**Version incluse :** 0.3.6~ynh1 +**Version incluse :** 0.3.7~ynh1 **Démo :** https://hydrogen.element.io/ diff --git a/conf/app.src b/conf/app.src index 07bc167..ef19929 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.3.6/hydrogen-web-0.3.6.tar.gz -SOURCE_SUM=7b4f7940fc31e6d1be023efb9d6aba565faf1db84b88f42b5c5b9ebbdb8be2ff +SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.3.7/hydrogen-web-0.3.7.tar.gz +SOURCE_SUM=9a00efba9d839c96cd2f05e7bf597acb5e51e50560c56ce6e72a58a5019b376b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 7ad7c05..5b5087c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "0.3.6~ynh1", + "version": "0.3.7~ynh1", "url": "https://matrix.org/docs/projects/client/hydrogen", "upstream": { "license": "Apache-2.0",