From 9659a21a3dfd8f9a53febec6feec616f6525530f Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Sun, 2 May 2021 00:43:24 +0200 Subject: [PATCH] fix: Align versions no-op release --- custom_components/foldingathomecontrol/const.py | 2 +- custom_components/foldingathomecontrol/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/foldingathomecontrol/const.py b/custom_components/foldingathomecontrol/const.py index ee0bb96..1d37c79 100644 --- a/custom_components/foldingathomecontrol/const.py +++ b/custom_components/foldingathomecontrol/const.py @@ -15,7 +15,7 @@ UNSUB_DISPATCHERS = "unsub_dispatchers" DOMAIN = "foldingathomecontrol" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2.0.10" +VERSION = "2.0.12" PLATFORMS = ["sensor"] DATA_UPDATED = f"{DOMAIN}_data_updated" SENSOR_ADDED = f"{DOMAIN}_sensor_added" diff --git a/custom_components/foldingathomecontrol/manifest.json b/custom_components/foldingathomecontrol/manifest.json index f08d068..dbf714b 100644 --- a/custom_components/foldingathomecontrol/manifest.json +++ b/custom_components/foldingathomecontrol/manifest.json @@ -5,7 +5,7 @@ "issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues", "dependencies": [], "config_flow": true, - "version": "2.0.10", + "version": "2.0.12", "codeowners": [ "@eifinger" ],