From 810f759111e218c847cba3649655e70666a7b508 Mon Sep 17 00:00:00 2001 From: ollo69 Date: Sat, 13 Nov 2021 23:15:24 +0100 Subject: [PATCH] Update manifest for new release --- 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 a73199f1..70123442 100644 --- a/custom_components/smartthinq_sensors/const.py +++ b/custom_components/smartthinq_sensors/const.py @@ -2,7 +2,7 @@ Support to interface with LGE ThinQ Devices. """ -__version__ = "0.10.6b0" +__version__ = "0.10.6" PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/" ISSUE_URL = "{}issues".format(PROJECT_URL) diff --git a/custom_components/smartthinq_sensors/manifest.json b/custom_components/smartthinq_sensors/manifest.json index e2251800..091e22b6 100644 --- a/custom_components/smartthinq_sensors/manifest.json +++ b/custom_components/smartthinq_sensors/manifest.json @@ -8,5 +8,5 @@ "requirements": ["pycountry>=20.7.3"], "config_flow": true, "iot_class": "cloud_polling", - "version": "0.10.6b0" + "version": "0.10.6" }