diff --git a/README.md b/README.md index ab4208f..73977ae 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.4.1~ynh1 +**Shipped version:** 8.5.1~ynh1 ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 5612171..00c9133 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.4.1~ynh1 +**Version incluse :** 8.5.1~ynh1 ## Avertissements / informations importantes diff --git a/check_process b/check_process index f3a5ec9..a6fd404 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=0 from_commit=CommitHash + upgrade=1 from_commit=5ae7428ee759e442d70b41c144c658e067b7a530 backup_restore=1 multi_instance=0 port_already_use=1 @@ -21,6 +21,6 @@ Email=misterl56@hotmail.com Notification=none ;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. + ; commit=5ae7428ee759e442d70b41c144c658e067b7a530 + 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 9adf757..85b78a2 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.4.1.zip -SOURCE_SUM=71f2cac714f7fd0a7779fb1fac059636810d3261d7e82fc33fe3b1cdf0ac9391 +SOURCE_URL=https://github.com/zwave-js/zwave-js-ui/archive/refs/tags/v8.5.1.zip +SOURCE_SUM=72fe565e7a93959c9bcc797cf86e8a1120ad26e0043452d5c3fdd60b4a05e3aa SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d2c539f..446c551 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.4.1~ynh1", + "version": "8.5.1~ynh1", "url": "https://github.com/zwave-js/zwave-js-ui", "upstream": { "license": "MIT",