From 46033f89cab9c3764342d0ff40ec19d18a8c3f46 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 May 2023 01:59:46 +0200 Subject: [PATCH] Updater bot : mylar3 updated to 0.7.2 --- mylar3/CHANGELOG.md | 3 +++ mylar3/config.json | 4 ++-- mylar3/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mylar3/CHANGELOG.md b/mylar3/CHANGELOG.md index 27320f60d..c16279d86 100644 --- a/mylar3/CHANGELOG.md +++ b/mylar3/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.2 (13-05-2023) +- Update to latest version from linuxserver/docker-mylar3 - Feat : cifsdomain added ## 0.7.1 (24-03-2023) diff --git a/mylar3/config.json b/mylar3/config.json index 2ac31520c..d59211407 100644 --- a/mylar3/config.json +++ b/mylar3/config.json @@ -93,6 +93,6 @@ }, "slug": "mylar3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.7.1", + "version": "0.7.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8090]" -} \ No newline at end of file +} diff --git a/mylar3/updater.json b/mylar3/updater.json index b17e31072..5ea3b3115 100644 --- a/mylar3/updater.json +++ b/mylar3/updater.json @@ -1,8 +1,8 @@ { - "last_update": "24-03-2023", + "last_update": "13-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "mylar3", "source": "github", "upstream_repo": "linuxserver/docker-mylar3", - "upstream_version": "0.7.1" + "upstream_version": "0.7.2" }