diff --git a/README.md b/README.md index d028d4f..a400d51 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.4~ynh1 +**Shipped version:** 0.3.6~ynh1 **Demo:** https://hydrogen.element.io/ diff --git a/README_fr.md b/README_fr.md index 247df65..db4f58e 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.4~ynh1 +**Version incluse :** 0.3.6~ynh1 **Démo :** https://hydrogen.element.io/ diff --git a/conf/app.src b/conf/app.src index 348e38e..07bc167 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.4/hydrogen-web-0.3.4.tar.gz -SOURCE_SUM=b40549d5d6d1807fdc0114d9e6015fa92501e54fd961073dbd793d3e2b3fab37 +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_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index cdcb3cb..7ad7c05 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "0.3.4~ynh1", + "version": "0.3.6~ynh1", "url": "https://matrix.org/docs/projects/client/hydrogen", "upstream": { "license": "Apache-2.0",