diff --git a/custom_components/snowtire/const.py b/custom_components/snowtire/const.py index ede6aac..3aeb44a 100644 --- a/custom_components/snowtire/const.py +++ b/custom_components/snowtire/const.py @@ -9,7 +9,7 @@ # Base component constants NAME: Final = "Snowtire Sensor" DOMAIN: Final = "snowtire" -VERSION: Final = "1.4.8-alpha" +VERSION: Final = "1.4.8" ISSUE_URL: Final = "https://github.com/Limych/ha-snowtire/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/snowtire/manifest.json b/custom_components/snowtire/manifest.json index a720301..b8a8535 100644 --- a/custom_components/snowtire/manifest.json +++ b/custom_components/snowtire/manifest.json @@ -12,5 +12,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-snowtire/issues", "requirements": [], - "version": "1.4.8-alpha" + "version": "1.4.8" } \ No newline at end of file