From 3339f03e54a1665e637f7e3ae6981ab50d602816 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Thu, 9 Feb 2023 01:40:20 +0300 Subject: [PATCH] Bump version to 1.4.5 --- custom_components/snowtire/const.py | 2 +- custom_components/snowtire/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/snowtire/const.py b/custom_components/snowtire/const.py index c2b38cf..b57f07d 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.5-alpha" +VERSION: Final = "1.4.5" 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 678a6d3..e9a0db4 100644 --- a/custom_components/snowtire/manifest.json +++ b/custom_components/snowtire/manifest.json @@ -1,7 +1,7 @@ { "domain": "snowtire", "name": "Snowtire Sensor", - "version": "1.4.5-alpha", + "version": "1.4.5", "documentation": "https://github.com/Limych/ha-snowtire", "issue_tracker": "https://github.com/Limych/ha-snowtire/issues", "dependencies": [