diff --git a/custom_components/average/const.py b/custom_components/average/const.py index 45cfbe9..a799cd2 100644 --- a/custom_components/average/const.py +++ b/custom_components/average/const.py @@ -12,7 +12,7 @@ NAME: Final = "Average Sensor" DOMAIN: Final = "average" -VERSION: Final = "2.2.4-alpha" +VERSION: Final = "2.3.0" ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/average/manifest.json b/custom_components/average/manifest.json index 895f842..1a9672f 100644 --- a/custom_components/average/manifest.json +++ b/custom_components/average/manifest.json @@ -1,7 +1,7 @@ { "domain": "average", "name": "Average Sensor", - "version": "2.2.4-alpha", + "version": "2.3.0", "documentation": "https://github.com/Limych/ha-average", "issue_tracker": "https://github.com/Limych/ha-average/issues", "dependencies": [],