diff --git a/README.md b/README.md index 476786f..6bfa2e9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You may also install both app separatly. This app may also be usable with [Home-Assistant package](https://github.com/YunoHost-Apps/homeassistant_ynh) but I never tested it. -**Shipped version:** 8.6.0~ynh1 +**Shipped version:** 8.6.1~ynh1 ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 34b32cf..293bae2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Vous pouvez également installer les deux applications séparément. Cette application fonctionne également peut-être avec [le paquet Home-Assistant](https://github.com/YunoHost-Apps/homeassistant_ynh) mais je ne l'ai jamais testée. -**Version incluse :** 8.6.0~ynh1 +**Version incluse :** 8.6.1~ynh1 ## Avertissements / informations importantes diff --git a/conf/app.src b/conf/app.src index c4d0ada..bc0162d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/zwave-js/zwave-js-ui/archive/refs/tags/v8.6.0.zip -SOURCE_SUM=74b49ade42e2c98c82e63eb06d25a8979633ef14b5df04ca6b31e8ab618d48a2 +SOURCE_URL=https://api.github.com/repos/zwave-js/zwave-js-ui/zipball/v8.6.1 +SOURCE_SUM=0b0c70f076a66df3fcc5f7ea90b05530627914e87b0df5d1bcc430acb512607b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 23151f6..2f65716 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.6.0~ynh1", + "version": "8.6.1~ynh1", "url": "https://github.com/zwave-js/zwave-js-ui", "upstream": { "license": "MIT", @@ -45,7 +45,7 @@ "default": false, "help": { "en": "If set public, anyone can access the app without login in yunohost, you activate password protected login from within the app", - "fr": "Si publique, N'importe qui peut accéder à l'application sans se connecter à yunohost, vous pouvez cependant activer une connection par mot de passe depuis l'application" + "fr": "Si publique, N'importe qui peut accéder à l'application sans se connecter à yunohost, vous pouvez cependant activer une connection par mot de passe depuis l'application" } } ]