From beebfad0673aba84bb615f2482cc5fb33bf15736 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 9 Sep 2023 11:57:00 +0200 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.4.1 --- 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 d99fdaa63..0d002953f 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.4.1 (09-09-2023) +- Update to latest version from gabe565/CastSponsorSkip ### 0.4.0-1 (02-09-2023) - Added CSS_MUTE_ADS config added, mutes ADS. Bool, default to true ## 0.4.0 (02-09-2023) diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index a770564c9..ad6a93609 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -26,5 +26,5 @@ }, "slug": "sponsorblockcast", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "0.4.0-1" + "version": "0.4.1" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 52d3432e0..c68ce494c 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-09-2023", + "last_update": "09-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.4.0" + "upstream_version": "0.4.1" }