diff --git a/custom_components/average/const.py b/custom_components/average/const.py index 82e7390..5f752da 100644 --- a/custom_components/average/const.py +++ b/custom_components/average/const.py @@ -9,7 +9,7 @@ # Base component constants NAME = "Average Sensor" DOMAIN = "average" -VERSION = "2.2.1-alpha" +VERSION = "2.2.1" ISSUE_URL = "https://github.com/Limych/ha-average/issues" STARTUP_MESSAGE = f""" diff --git a/custom_components/average/manifest.json b/custom_components/average/manifest.json index f450ac2..bffe13c 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.1-alpha", + "version": "2.2.1", "documentation": "https://github.com/Limych/ha-average", "issue_tracker": "https://github.com/Limych/ha-average/issues", "dependencies": [],