[go: nahoru, domu]

Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed May 7, 2023
1 parent c468ce5 commit 68c4456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/jcihitachi_tw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from JciHitachi.api import JciHitachiAWSAPI

def _lazy_install():
custom_required_packages = ["LibJciHitachi==1.2.0"]
custom_required_packages = ["LibJciHitachi==1.2.2"]
links = "https://qqaatw.github.io/aws-crt-python-musllinux/"
for pkg in custom_required_packages:
if not is_installed(pkg) and not install_package(pkg, find_links=links):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/jcihitachi_tw/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/qqaatw/JciHitachiHA/issues",
"requirements": [],
"version": "1.3.0"
"version": "1.3.1"
}

0 comments on commit 68c4456

Please sign in to comment.