diff --git a/custom_components/tk_husteblume/const.py b/custom_components/tk_husteblume/const.py index 3646be2..56a908b 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.3" +VERSION = "0.0.4" 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 b13d38a..a6bb42d 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.3" + "version": "0.0.4" }