From 8072e5e522966a43b20f6c09cfa6f9bc1557e4d3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 27 Apr 2022 10:41:52 +0200 Subject: [PATCH] Updater bot : whoogle/ updated to 0.7.2 --- whoogle/CHANGELOG.md | 3 +++ whoogle/config.json | 4 ++-- whoogle/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index 0af3ad8c5..9a66ca747 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.2 (27-04-2022) +- Update to latest version from benbusby/whoogle-search - Add codenotary sign ## 0.7.1 (27-01-2022) diff --git a/whoogle/config.json b/whoogle/config.json index 41e56a7e0..30fe0c37c 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -59,8 +59,8 @@ "WHOOGLE_USER": "str?" }, "slug": "whoogle-search", - "upstream": "0.7.1", + "upstream": "0.7.2", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.7.1-3", + "version": "0.7.2", "webui": "http://[HOST]:[PORT:5000]" } diff --git a/whoogle/updater.json b/whoogle/updater.json index 405b4fee4..627369a25 100644 --- a/whoogle/updater.json +++ b/whoogle/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-01-2022", + "last_update": "27-04-2022", "repository": "alexbelgium/hassio-addons", "slug": "whoogle", "source": "github", "upstream_repo": "benbusby/whoogle-search", - "upstream_version": "0.7.1" + "upstream_version": "0.7.2" }