From 9e4f1a24bdd4b49f51027b04aa0dcf600d7a9cb6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Jun 2022 01:59:27 +0200 Subject: [PATCH] Updater bot : whoogle updated to 0.7.3 --- whoogle/CHANGELOG.md | 3 +++ whoogle/config.json | 2 +- whoogle/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index 0af3c0967..3b7e05c58 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.3 (04-06-2022) +- Update to latest version from benbusby/whoogle-search - Addition of ingress ## 0.7.2 (27-04-2022) diff --git a/whoogle/config.json b/whoogle/config.json index 2429b55a9..991f1f012 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -60,5 +60,5 @@ }, "slug": "whoogle-search", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.7.2-1" + "version": "0.7.3" } diff --git a/whoogle/updater.json b/whoogle/updater.json index 627369a25..7c6608bf8 100644 --- a/whoogle/updater.json +++ b/whoogle/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-04-2022", + "last_update": "04-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "whoogle", "source": "github", "upstream_repo": "benbusby/whoogle-search", - "upstream_version": "0.7.2" + "upstream_version": "0.7.3" }