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