From fbcfe30d66e0e9a4e98510266f8356e1fa1d6a9b Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Tue, 19 Jul 2022 02:45:08 +0300 Subject: [PATCH] Bump version to 2.4.1 --- custom_components/gismeteo/const.py | 2 +- custom_components/gismeteo/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index a4105a3..3ac9852 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -33,7 +33,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "2.4.1-alpha" +VERSION: Final = "2.4.1" ATTRIBUTION: Final = "Data provided by Gismeteo" ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues" diff --git a/custom_components/gismeteo/manifest.json b/custom_components/gismeteo/manifest.json index 6c028b8..e6bb0d2 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -1,7 +1,7 @@ { "domain": "gismeteo", "name": "Gismeteo", - "version": "2.4.1-alpha", + "version": "2.4.1", "documentation": "https://github.com/Limych/ha-gismeteo", "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", "dependencies": [