From abc27f2999604449e1173578ed11a6f55b60a8f5 Mon Sep 17 00:00:00 2001 From: ollo69 Date: Sun, 20 Oct 2024 19:29:53 +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 6aa16bd3..1148c242 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.40.2" +__version__ = "0.40.3" 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 daa405f9..b12d5c35 100644 --- a/custom_components/smartthinq_sensors/manifest.json +++ b/custom_components/smartthinq_sensors/manifest.json @@ -13,5 +13,5 @@ "xmltodict>=0.13.0", "charset_normalizer>=3.2.0" ], - "version": "0.40.2" + "version": "0.40.3" }