From 6a85fbfe08e9440a53309aee6a782d1627c51ae4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 25 Dec 2022 09:10:13 +0100 Subject: [PATCH] Updater bot : whoogle updated to 0.8.1 --- 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 3e372d451..6dccd96ec 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.8.1 (25-12-2022) +- Update to latest version from benbusby/whoogle-search - WARNING : update to supervisor 2022.11 before installing ## 0.8.0 (26-11-2022) diff --git a/whoogle/config.json b/whoogle/config.json index 511f9a168..2f4b97441 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -61,5 +61,5 @@ }, "slug": "whoogle-search", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.8.0" + "version": "0.8.1" } diff --git a/whoogle/updater.json b/whoogle/updater.json index 90ddebf51..92361d2d7 100644 --- a/whoogle/updater.json +++ b/whoogle/updater.json @@ -1,8 +1,8 @@ { - "last_update": "26-11-2022", + "last_update": "25-12-2022", "repository": "alexbelgium/hassio-addons", "slug": "whoogle", "source": "github", "upstream_repo": "benbusby/whoogle-search", - "upstream_version": "0.8.0" + "upstream_version": "0.8.1" }