From 65cb91eb33cf820562f1d4c7ac128e311aaa6e72 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 Jan 2024 02:05:19 +0100 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.7.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 92d523dea..362b3ad35 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.0 (06-01-2024) +- Update to latest version from gabe565/CastSponsorSkip ## 0.6.1 (11-24-2023) - Update to latest version from gabe565/CastSponsorSkip diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index b884fd30f..0535f5233 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -25,5 +25,5 @@ "slug": "sponsorblockcast", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "0.6.1" + "version": "0.7.0" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 58218bf8e..49d4f900c 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-11-2023", + "last_update": "06-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.6.1" + "upstream_version": "0.7.0" }