diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 7dbb05d3a..92d523dea 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.6.1 (11-24-2023) +- Update to latest version from gabe565/CastSponsorSkip ## 0.6.0 (11-11-2023) - Update to latest version from gabe565/CastSponsorSkip diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 1f2361f93..b884fd30f 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.0" + "version": "0.6.1" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 1d6713a26..58218bf8e 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -4,5 +4,5 @@ "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.6.0" + "upstream_version": "0.6.1" }