diff --git a/README.md b/README.md index f068b90..ca2170a 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.32~ynh1 +**Shipped version:** 0.2.33~ynh1 **Demo:** https://hydrogen.element.io/ diff --git a/README_fr.md b/README_fr.md index 0d46f3f..2abeece 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.32~ynh1 +**Version incluse :** 0.2.33~ynh1 **Démo :** https://hydrogen.element.io/ diff --git a/conf/app.src b/conf/app.src index 4a6e1f0..b312f32 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.32/hydrogen-web-0.2.32.tar.gz -SOURCE_SUM=791cc0a98cb8050e8247c9219c602419ea89b264f1fb2534d436d0ee82a3b260 +SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.33/hydrogen-web-0.2.33.tar.gz +SOURCE_SUM=435698777ae431c963f7541fcdf4ebdfdb902c82c45e27ac3077efc8ddcd1e21 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 209bc51..35fe9cb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "0.2.32~ynh1", + "version": "0.2.33~ynh1", "url": "https://matrix.org/docs/projects/client/hydrogen", "upstream": { "license": "Apache-2.0",