diff --git a/custom_components/tk_husteblume/const.py b/custom_components/tk_husteblume/const.py index e4da040..1e65c6f 100644 --- a/custom_components/tk_husteblume/const.py +++ b/custom_components/tk_husteblume/const.py @@ -4,7 +4,7 @@ NAME = "TK Husteblume" DOMAIN = "tk_husteblume" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.1" +VERSION = "0.0.2" ATTRIBUTION = "Data provided by Techniker Krankenkasse" ISSUE_URL = "https://github.com/artspb/homeassistant-tk-husteblume/issues" diff --git a/custom_components/tk_husteblume/manifest.json b/custom_components/tk_husteblume/manifest.json index 7716b6d..c85ff66 100644 --- a/custom_components/tk_husteblume/manifest.json +++ b/custom_components/tk_husteblume/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/artspb/homeassistant-tk-husteblume/issues", "requirements": ["async-timeout==4.0.3"], - "version": "0.0.1" + "version": "0.0.2" }