Skip to content

Commit a106074

Browse files
committed
Bump version to 2.2.1
1 parent 2e44362 commit a106074

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
@@ -9,7 +9,7 @@
99
# Base component constants
1010
NAME = "Average Sensor"
1111
DOMAIN = "average"
12-
VERSION = "2.2.1-alpha"
12+
VERSION = "2.2.1"
1313
ISSUE_URL = "https://github.com/Limych/ha-average/issues"
1414

1515
STARTUP_MESSAGE = 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.1-alpha",
4+
"version": "2.2.1",
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)