From d7d8e67ab8b7089e0e68f3b0f4d84012a838331b Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Fri, 24 Nov 2023 13:36:11 -0600 Subject: [PATCH] Bump version to v0.6.1 --- sponsorblockcast/CHANGELOG.md | 2 ++ sponsorblockcast/config.json | 2 +- sponsorblockcast/updater.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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" }