Skip to content

Commit c306403

Browse files
committed
Bump version to 2.3.0
1 parent ed0516e commit c306403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/average/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
NAME: Final = "Average Sensor"
1414
DOMAIN: Final = "average"
15-
VERSION: Final = "2.2.4-alpha"
15+
VERSION: Final = "2.3.0"
1616
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"
1717

1818
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.4-alpha",
4+
"version": "2.3.0",
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)