diff --git a/README.md b/README.md index 8d2044f..04d146e 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.25~ynh1 +**Shipped version:** 0.2.26~ynh1 **Demo:** https://hydrogen.element.io/ diff --git a/README_fr.md b/README_fr.md index d663b79..f7551eb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,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.25~ynh1 +**Version incluse :** 0.2.26~ynh1 **Démo :** https://hydrogen.element.io/ diff --git a/conf/app.src b/conf/app.src index f34a55d..659de19 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.25/hydrogen-web-0.2.25.tar.gz -SOURCE_SUM=89b3a6dab19c431ee1fa8068bab2905471394df1d2eed85539ba9b36f66d411d +SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.26/hydrogen-web-0.2.26.tar.gz +SOURCE_SUM=f294df57e61d1cacc8f44faf9b148e1946d4b911f2058b515f868a6f5822eda4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 4f761ab..984b4de 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "0.2.25~ynh1", + "version": "0.2.26~ynh1", "url": "https://matrix.org/docs/projects/client/hydrogen", "upstream": { "license": "Apache-2.0",