diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index 93bf850..f492752 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -31,7 +31,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "2.5.1-alpha" +VERSION: Final = "2.5.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 cbd762f..cccefdf 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -1,7 +1,7 @@ { "domain": "gismeteo", "name": "Gismeteo", - "version": "2.5.1-alpha", + "version": "2.5.1", "documentation": "https://github.com/Limych/ha-gismeteo", "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", "dependencies": [