From 485ac43becfcaaa0a4e2b03f92050002f248ddc7 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Tue, 27 Feb 2024 19:06:15 +0300 Subject: [PATCH] Bump version to 2.3.3 --- custom_components/average/const.py | 2 +- custom_components/average/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/average/const.py b/custom_components/average/const.py index 989adec..c2ac34d 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.3.2" +VERSION: Final = "2.3.3" 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 4a81409..bf2c212 100644 --- a/custom_components/average/manifest.json +++ b/custom_components/average/manifest.json @@ -15,5 +15,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-average/issues", "requirements": [], - "version": "2.3.2" + "version": "2.3.3" } \ No newline at end of file