From 165e94c7aa4a7e7a3a6d86e63f98b1a51be839ac Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Aug 2024 02:03:00 +0200 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.8.0 --- sponsorblockcast/CHANGELOG.md | 3 +++ sponsorblockcast/config.json | 2 +- sponsorblockcast/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 28b2dd5db..79b355e75 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.8.0 (24-08-2024) +- Update to latest version from gabe565/CastSponsorSkip (changelog : https://github.com/gabe565/CastSponsorSkip/releases) + ## 0.7.4 (16-03-2024) - Update to latest version from gabe565/CastSponsorSkip diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 9e8f26036..5efa40e01 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -28,5 +28,5 @@ "slug": "sponsorblockcast", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "0.7.4" + "version": "0.8.0" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 9762994e4..d58f28b58 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-03-2024", + "last_update": "24-08-2024", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.7.4" + "upstream_version": "0.8.0" }