Skip to content

Commit 8a69a74

Browse files
committed
Update version
1 parent 58e8343 commit 8a69a74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/smartthinq_sensors/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Constants for LGE ThinQ custom component."""
22

3-
__version__ = "0.35.6"
3+
__version__ = "0.36.0"
44
PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/"
55
ISSUE_URL = f"{PROJECT_URL}issues"
66

custom_components/smartthinq_sensors/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"iot_class": "cloud_polling",
1010
"issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues",
1111
"requirements": ["pycountry>=20.7.3", "xmltodict>=0.12.0", "charset_normalizer>=2.0.0"],
12-
"version": "0.35.6"
12+
"version": "0.36.0"
1313
}

0 commit comments

Comments
 (0)