Skip to content

Commit d30d118

Browse files
authored
Release v0.8.5 (#353)
1 parent d976f32 commit d30d118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/zaptec/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55
NAME = "zaptec"
6-
VERSION = "0.8.4"
6+
VERSION = "0.8.5"
77
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
88

99
DOMAIN = "zaptec"

custom_components/zaptec/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"pydantic>=2.11.7,<2.13",
1717
"aiolimiter==1.2.1"
1818
],
19-
"version": "0.8.4"
19+
"version": "0.8.5"
2020
}

0 commit comments

Comments
 (0)