From 01dc68f158425093ca46d37d5ce2de8892493b95 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 15 Feb 2022 01:56:23 +0100 Subject: [PATCH] Updater bot : flexget updated to 3.3.0 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index e4dbc6a13..24ca080ae 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.3.0 (15-02-2022) +- Update to latest version from flexget/flexget + ## 3.2.18 (07-02-2022) - Update to latest version from flexget/flexget diff --git a/flexget/config.json b/flexget/config.json index 12fbc18f7..60340dd92 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -33,8 +33,8 @@ "FG_LOG_LEVEL": "list(critical|error|warning|info|verbose|debug|trace)?" }, "slug": "flexget", - "upstream": "3.2.18", + "upstream": "3.3.0", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.18", + "version": "3.3.0", "webui": "http://[HOST]:[PORT:5050]" }