diff --git a/README.md b/README.md index 9cc3ace..4113896 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It shall NOT be edited by hand. Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://zwave-js.github.io/zwave-js-ui/#/) -[![Version: 11.4.1~ynh1](https://img.shields.io/badge/Version-11.4.1~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/zwave-js-ui/) +[![Version: 11.5.2~ynh1](https://img.shields.io/badge/Version-11.5.2~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/zwave-js-ui/)
diff --git a/manifest.toml b/manifest.toml index c9ff195..1c34fa9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Zwave-JS-UI" description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz" description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz" -version = "11.4.1~ynh1" +version = "11.5.2~ynh1" maintainers = ["Krakinou"] @@ -50,12 +50,12 @@ ram.runtime = "150M" [resources] [resources.sources.main] - arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.4.1/zwave-js-ui-v11.4.1-linux-arm64.zip" - arm64.sha256 = "c0abf2797da05723fb49a0ba75f9a13fbc173af6e05e20274ebf04833a8c7f28" - armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.4.1/zwave-js-ui-v11.4.1-linux-armv7.zip" - armhf.sha256 = "48a22d4f83c82d85fdfce753bf96ec38794fda3cf1e17951a9e0a17686300db8" - amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.4.1/zwave-js-ui-v11.4.1-linux.zip" - amd64.sha256 = "93a58644435623acb45be8a346a9328a6af63d2fe284e11382abe5c74b2a2866" + arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.5.2/zwave-js-ui-v11.5.2-linux-arm64.zip" + arm64.sha256 = "487c2a8289b6a5d5534efae9dfa44afd02cb81b657cb60b5a39fe876f7b4acf8" + armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.5.2/zwave-js-ui-v11.5.2-linux-armv7.zip" + armhf.sha256 = "3fb8a79e102d75ca4d81cb9f4ee8ec0362bf6bda9045c419d5fd3f3cc4b44891" + amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.5.2/zwave-js-ui-v11.5.2-linux.zip" + amd64.sha256 = "bf4a05ce90a9d195a038ff98eb650d94150da2592eba307c7f0032a5bd8d924f" in_subdir = false autoupdate.strategy = "latest_github_release"