Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0~ynh1](https://img.shields.io/badge/Version-11.5.0~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/zwave-js-ui/)

<div align="center">
<a href="https://apps.yunohost.org/app/zwave-js-ui"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
Expand Down
14 changes: 7 additions & 7 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0~ynh1"

maintainers = ["Krakinou"]

Expand Down Expand Up @@ -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.0/zwave-js-ui-v11.5.0-linux-arm64.zip"
arm64.sha256 = "36beaa54fa1bb5ee3c4efae2b8d2a9fc476da345ca8621b55e8cde2505942fd9"
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.5.0/zwave-js-ui-v11.5.0-linux-armv7.zip"
armhf.sha256 = "2a1f387ceef21bf35d1ee19de0f57aab77e6c3bed00a8a03bace12cd36adf6c5"
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v11.5.0/zwave-js-ui-v11.5.0-linux.zip"
amd64.sha256 = "2bccedc74e21de215877cf29ffd451047468bfadeaae5729682b5d1f0d266f43"
in_subdir = false

autoupdate.strategy = "latest_github_release"
Expand Down