Skip to content

Commit 9b49ef1

Browse files
committed
Bump version to 2.4.0
1 parent f31592c commit 9b49ef1

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
@@ -13,7 +13,7 @@
1313
# Base component constants
1414
NAME: Final = "Average Sensor"
1515
DOMAIN: Final = "average"
16-
VERSION: Final = "2.3.5-alpha"
16+
VERSION: Final = "2.4.0"
1717
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"
1818

1919
STARTUP_MESSAGE: Final = f"""

custom_components/average/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"requirements": [
1818
"pip>=21.3.1"
1919
],
20-
"version": "2.3.5-alpha"
20+
"version": "2.4.0"
2121
}

0 commit comments

Comments
 (0)