Skip to content

Commit 74aa148

Browse files
committed
Bump version to 1.6.7
1 parent 516b125 commit 74aa148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/iaquk/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Base component constants
77
NAME: Final = "Indoor Air Quality UK Index"
88
DOMAIN: Final = "iaquk"
9-
VERSION: Final = "1.6.7-alpha"
9+
VERSION: Final = "1.6.7"
1010
ISSUE_URL: Final = "https://github.com/Limych/ha-iaquk/issues"
1111

1212
STARTUP_MESSAGE: Final = f"""

custom_components/iaquk/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"iot_class": "calculated",
1111
"issue_tracker": "https://github.com/Limych/ha-iaquk/issues",
1212
"requirements": [],
13-
"version": "1.6.7-alpha"
13+
"version": "1.6.7"
1414
}

0 commit comments

Comments
 (0)