Skip to content

Commit 485ac43

Browse files
committed
Bump version to 2.3.3
1 parent 7bcdbdd commit 485ac43

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
@@ -12,7 +12,7 @@
1212

1313
NAME: Final = "Average Sensor"
1414
DOMAIN: Final = "average"
15-
VERSION: Final = "2.3.2"
15+
VERSION: Final = "2.3.3"
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
@@ -15,5 +15,5 @@
1515
"iot_class": "calculated",
1616
"issue_tracker": "https://github.com/Limych/ha-average/issues",
1717
"requirements": [],
18-
"version": "2.3.2"
18+
"version": "2.3.3"
1919
}

0 commit comments

Comments
 (0)