diff --git a/README.md b/README.md index 4a8c564..fd4d593 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Zwave-JS-UI for YunoHost [![Integration level](https://dash.yunohost.org/integration/zwave-js-ui.svg)](https://dash.yunohost.org/appci/app/zwave-js-ui) ![Working status](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.maintain.svg) + [![Install Zwave-JS-UI with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwave-js-ui) *[Lire ce readme en français.](./README_fr.md)* @@ -28,7 +29,7 @@ To work correctly, this app require to install either Suivez le [guide d'installation rapide](https://zwave-js.github.io/zwave-js-ui/#/getting-started/quick-start?id=minimum-settings) pour l'intégrer dans l'une ou l'autre de ces applications. -**Shipped version:** 8.8.5~ynh1 +**Shipped version:** 8.8.6~ynh1 ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 0b4d954..3f259f6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Zwave-JS-UI pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/zwave-js-ui.svg)](https://dash.yunohost.org/appci/app/zwave-js-ui) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zwave-js-ui.maintain.svg) + [![Installer Zwave-JS-UI avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwave-js-ui) *[Read this readme in english.](./README.md)* @@ -29,7 +30,7 @@ Pour fonctionner correctement, cette application nécessite d'avoir installé so Follow the [quick start instruction](https://zwave-js.github.io/zwave-js-ui/#/getting-started/quick-start?id=minimum-settings) to set up the integration with one or the other. -**Version incluse :** 8.8.5~ynh1 +**Version incluse :** 8.8.6~ynh1 ## Avertissements / informations importantes diff --git a/conf/app.src b/conf/app.src index fbe5517..5c0e618 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.8.5 -SOURCE_SUM=b237a52ada6b674e077072c6c39efb1c512e00a7fa75d3d383a1c80e49100758 +SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.8.6 +SOURCE_SUM=88cf59cb164452ae9692ba0d99da713be4c92b91f5efa4df27ef563c38c88475 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 0064883..8804e48 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz", "fr": "Panneau de controle Z-Wave et MQTT intégré avec Domoticz" }, - "version": "8.8.5~ynh1", + "version": "8.8.6~ynh1", "url": "https://github.com/zwave-js/zwave-js-ui", "upstream": { "license": "MIT",