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" }