From 39634b02ac65def74eda7becb288cb74e0eeed2c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 02:04:17 +0200 Subject: [PATCH] Updater bot : sponsorblockcast updated to 0.5.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 0d002953f44..08cddabcbdd 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.5.0 (23-09-2023) +- Update to latest version from gabe565/CastSponsorSkip + ## 0.4.1 (09-09-2023) - Update to latest version from gabe565/CastSponsorSkip ### 0.4.0-1 (02-09-2023) diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index ad6a93609f2..58c52ae2443 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.1" + "version": "0.5.0" } diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index c68ce494ca5..cacd1c24018 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "09-09-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.4.1" + "upstream_version": "0.5.0" }