From c3c60b3249646420a7c8b59d1c6c08953897a1c4 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Wed, 2 Dec 2020 15:40:02 +0100 Subject: [PATCH] bump --- custom_components/spotcast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/spotcast/__init__.py b/custom_components/spotcast/__init__.py index 6a4f660f..970dfac8 100644 --- a/custom_components/spotcast/__init__.py +++ b/custom_components/spotcast/__init__.py @@ -13,7 +13,7 @@ from homeassistant.components.cast.media_player import KNOWN_CHROMECAST_INFO_KEY from homeassistant.components.cast.helpers import ChromeCastZeroconf -__VERSION__ = "3.4.5" +__VERSION__ = "3.4.6" DOMAIN = "spotcast" _LOGGER = logging.getLogger(__name__)