diff --git a/README.md b/README.md index f3cc5b6..f068b90 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.2.31~ynh1 +**Shipped version:** 0.2.32~ynh1 **Demo:** https://hydrogen.element.io/ diff --git a/README_fr.md b/README_fr.md index 4860772..0d46f3f 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.2.31~ynh1 +**Version incluse :** 0.2.32~ynh1 **Démo :** https://hydrogen.element.io/ diff --git a/conf/app.src b/conf/app.src index 6bcb080..4a6e1f0 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.2.31/hydrogen-web-0.2.31.tar.gz -SOURCE_SUM=2003c0f130daa4b737903d180f9bf0103e7298b751e2311530d8e4fbd92d4131 +SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.32/hydrogen-web-0.2.32.tar.gz +SOURCE_SUM=791cc0a98cb8050e8247c9219c602419ea89b264f1fb2534d436d0ee82a3b260 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.sample.json b/conf/config.sample.json index c68c353..9f38688 100644 --- a/conf/config.sample.json +++ b/conf/config.sample.json @@ -5,8 +5,9 @@ "applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM" }, "defaultHomeServer": "__DEFAULT_SERVER__", + "bugReportEndpointUrl": "https://element.io/bugreports/submit", "themeManifests": [ - "assets/theme-element.json" + "assets/theme-Element.json" ], "defaultTheme": { "light": "element-light", diff --git a/manifest.json b/manifest.json index b62ba6d..209bc51 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "0.2.31~ynh1", + "version": "0.2.32~ynh1", "url": "https://matrix.org/docs/projects/client/hydrogen", "upstream": { "license": "Apache-2.0",