From e8661a574be4a5e7391ec70b45493c2c83236bb5 Mon Sep 17 00:00:00 2001 From: ollo69 Date: Wed, 5 Jun 2024 22:19:50 +0000 Subject: [PATCH] Update version --- custom_components/smartthinq_sensors/const.py | 2 +- custom_components/smartthinq_sensors/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/smartthinq_sensors/const.py b/custom_components/smartthinq_sensors/const.py index e357e689..8fc2684e 100644 --- a/custom_components/smartthinq_sensors/const.py +++ b/custom_components/smartthinq_sensors/const.py @@ -1,6 +1,6 @@ """Constants for LGE ThinQ custom component.""" -__version__ = "0.39.1" +__version__ = "0.39.2" PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/" ISSUE_URL = f"{PROJECT_URL}issues" diff --git a/custom_components/smartthinq_sensors/manifest.json b/custom_components/smartthinq_sensors/manifest.json index 1a73e85f..c1dc870a 100644 --- a/custom_components/smartthinq_sensors/manifest.json +++ b/custom_components/smartthinq_sensors/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues", "requirements": ["pycountry>=23.12.11", "xmltodict>=0.13.0", "charset_normalizer>=3.2.0"], - "version": "0.39.1" + "version": "0.39.2" }