diff --git a/custom_components/spotcast/__init__.py b/custom_components/spotcast/__init__.py index 9bc57f8d..44f4241e 100644 --- a/custom_components/spotcast/__init__.py +++ b/custom_components/spotcast/__init__.py @@ -7,7 +7,7 @@ import random import time -_VERSION = '2.4.1' +_VERSION = '2.5.1' DOMAIN = 'spotcast' _LOGGER = logging.getLogger(__name__)