Skip to content

Commit 68c4456

Browse files
committed
Bump version to 1.3.1
1 parent c468ce5 commit 68c4456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/jcihitachi_tw/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from JciHitachi.api import JciHitachiAWSAPI
2828

2929
def _lazy_install():
30-
custom_required_packages = ["LibJciHitachi==1.2.0"]
30+
custom_required_packages = ["LibJciHitachi==1.2.2"]
3131
links = "https://qqaatw.github.io/aws-crt-python-musllinux/"
3232
for pkg in custom_required_packages:
3333
if not is_installed(pkg) and not install_package(pkg, find_links=links):

custom_components/jcihitachi_tw/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"iot_class": "cloud_polling",
88
"issue_tracker": "https://github.com/qqaatw/JciHitachiHA/issues",
99
"requirements": [],
10-
"version": "1.3.0"
10+
"version": "1.3.1"
1111
}

0 commit comments

Comments
 (0)