Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ollo69 committed Oct 6, 2024
1 parent b4af8cc commit debba40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.39.2"
__version__ = "0.40.0"
PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/"
ISSUE_URL = f"{PROJECT_URL}issues"

Expand Down
8 changes: 6 additions & 2 deletions custom_components/smartthinq_sensors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues",
"requirements": ["pycountry>=23.12.11", "xmltodict>=0.13.0", "charset_normalizer>=3.2.0"],
"version": "0.39.2"
"requirements": [
"pycountry>=23.12.11",
"xmltodict>=0.13.0",
"charset_normalizer>=3.2.0"
],
"version": "0.40.0"
}

0 comments on commit debba40

Please sign in to comment.