Skip to content

Commit da36764

Browse files
committed
Bump version to 1.6.3
1 parent 9ba062a commit da36764

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.3-alpha"
9+
VERSION: Final = "1.6.3"
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
@@ -1,7 +1,7 @@
11
{
22
"domain": "iaquk",
33
"name": "Indoor Air Quality UK Index",
4-
"version": "1.6.3-alpha",
4+
"version": "1.6.3",
55
"documentation": "https://github.com/Limych/ha-iaquk",
66
"issue_tracker": "https://github.com/Limych/ha-iaquk/issues",
77
"dependencies": [],

0 commit comments

Comments
 (0)