diff --git a/README.md b/README.md index 73977ae..476786f 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.5.1~ynh1 +**Shipped version:** 8.6.0~ynh1 ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 00c9133..34b32cf 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.5.1~ynh1 +**Version incluse :** 8.6.0~ynh1 ## Avertissements / informations importantes diff --git a/check_process b/check_process index a6fd404..a259230 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=5ae7428ee759e442d70b41c144c658e067b7a530 + upgrade=1 from_commit=1c9098b5570b86489d2d089ee093cb839c1a90f2 backup_restore=1 multi_instance=0 port_already_use=1 @@ -21,6 +21,6 @@ Email=misterl56@hotmail.com Notification=none ;;; Upgrade options - ; commit=5ae7428ee759e442d70b41c144c658e067b7a530 + ; commit=1c9098b5570b86489d2d089ee093cb839c1a90f2 name=Initial version manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666& diff --git a/conf/app.src b/conf/app.src index 85b78a2..c4d0ada 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.5.1.zip -SOURCE_SUM=72fe565e7a93959c9bcc797cf86e8a1120ad26e0043452d5c3fdd60b4a05e3aa +SOURCE_URL=https://github.com/zwave-js/zwave-js-ui/archive/refs/tags/v8.6.0.zip +SOURCE_SUM=74b49ade42e2c98c82e63eb06d25a8979633ef14b5df04ca6b31e8ab618d48a2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 446c551..23151f6 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.5.1~ynh1", + "version": "8.6.0~ynh1", "url": "https://github.com/zwave-js/zwave-js-ui", "upstream": { "license": "MIT",