diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 8f650705b..d21dfb298 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.2.1 (26-08-2023) +- Update to latest version from gabe565/CastSponsorSkip ### 1.3-2 (22-08-2023) - Minor bugs fixed - Switch to castsponsorskip @bruvv diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 2f023f237..9e3a334b8 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -24,10 +24,9 @@ "CSS_DISCOVER_INTERVAL": "str", "CSS_PAUSED_INTERVAL": "str", "CSS_PLAYING_INTERVAL": "str", - "CSS_PLAYING_INTERVAL": "str", "CSS_YOUTUBE_API_KEY": "str?" }, "slug": "sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "1.3-2" + "version": "0.2.1" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 10d8fb1b2..1b6f891a9 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "29-07-2023", + "last_update": "26-08-2023", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "1.3" + "upstream_version": "0.2.1" }