diff --git a/custom_components/smarthashtag/const.py b/custom_components/smarthashtag/const.py index aee975b..c5b57dd 100644 --- a/custom_components/smarthashtag/const.py +++ b/custom_components/smarthashtag/const.py @@ -9,7 +9,7 @@ NAME = "Smart" DOMAIN = "smarthashtag" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.5.2" +VERSION = "0.5.3" ATTRIBUTION = "Data provided by http://smart.com/" ISSUE_URL = "https://github.com/DasBasti/SmartHashtag/issues" diff --git a/custom_components/smarthashtag/manifest.json b/custom_components/smarthashtag/manifest.json index 6a2e399..cc0b346 100644 --- a/custom_components/smarthashtag/manifest.json +++ b/custom_components/smarthashtag/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/DasBasti/SmartHashtag/issues", "requirements": ["pysmarthashtag==0.5.0"], - "version": "0.5.2" + "version": "0.5.3" }