Skip to content

Commit deb8736

Browse files
committed
Bump version to 2.2.2
1 parent ab77294 commit deb8736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/average/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Base component constants
1111
NAME: Final = "Average Sensor"
1212
DOMAIN: Final = "average"
13-
VERSION: Final = "2.2.2-alpha"
13+
VERSION: Final = "2.2.2"
1414
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"
1515

1616
STARTUP_MESSAGE: Final = f"""

custom_components/average/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "average",
33
"name": "Average Sensor",
4-
"version": "2.2.2-alpha",
4+
"version": "2.2.2",
55
"documentation": "https://github.com/Limych/ha-average",
66
"issue_tracker": "https://github.com/Limych/ha-average/issues",
77
"dependencies": [],

0 commit comments

Comments
 (0)