diff --git a/webtop/CHANGELOG.md b/webtop/CHANGELOG.md index f4cbfa8006c..607b70f0744 100644 --- a/webtop/CHANGELOG.md +++ b/webtop/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.16-r0-ls93 (16-11-2024) +- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) + ## 4.16-r0-ls95 (09-11-2024) - Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) diff --git a/webtop/config.json b/webtop/config.json index 4fa73ef3a7c..b925520a9c0 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -141,6 +141,6 @@ "tmpfs": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-r0-ls95", + "version": "4.16-r0-ls93", "video": true } diff --git a/webtop/updater.json b/webtop/updater.json index 5ee8770428f..243342beb21 100644 --- a/webtop/updater.json +++ b/webtop/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "09-11-2024", + "last_update": "16-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "webtop_kde", "source": "github", "upstream_repo": "linuxserver/docker-webtop", - "upstream_version": "4.16-r0-ls95" + "upstream_version": "4.16-r0-ls93" }