From 37b74c5a6934622c6ea6c394728ad967a0dae1fc Mon Sep 17 00:00:00 2001 From: ollo69 Date: Tue, 14 Feb 2023 21:23:27 +0100 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 8d844092..203bac5e 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.31.1" +__version__ = "0.31.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 8e1f3f1a..a5739be8 100644 --- a/custom_components/smartthinq_sensors/manifest.json +++ b/custom_components/smartthinq_sensors/manifest.json @@ -9,5 +9,5 @@ "requirements": ["pycountry>=20.7.3", "xmltodict>=0.12.0", "cchardet>=2.1.7"], "config_flow": true, "iot_class": "cloud_polling", - "version": "0.31.1" + "version": "0.31.2" }