Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Feb 18, 2024
1 parent ee87328 commit 18386e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for LGE ThinQ custom component."""

__version__ = "0.38.1"
__version__ = "0.38.2"
PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/"
ISSUE_URL = f"{PROJECT_URL}issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues",
"requirements": ["pycountry<23.0.0,>=22.1.10", "xmltodict>=0.13.0", "charset_normalizer>=3.2.0"],
"version": "0.38.1"
"version": "0.38.2"
}

0 comments on commit 18386e0

Please sign in to comment.