From e9da8f481ec1953371ad8c9ac24cbd27ddff2fb9 Mon Sep 17 00:00:00 2001 From: Kev Date: Mon, 18 Nov 2024 10:27:51 -0500 Subject: [PATCH] Update version number --- custom_components/pirateweather/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/pirateweather/manifest.json b/custom_components/pirateweather/manifest.json index 5f2f921..3b9228a 100644 --- a/custom_components/pirateweather/manifest.json +++ b/custom_components/pirateweather/manifest.json @@ -9,5 +9,5 @@ "documentation": "https://github.com/alexander0042/pirate-weather-ha", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/alexander0042/pirate-weather-ha/issues", - "version": "1.6.2b1" -} \ No newline at end of file + "version": "1.6.2" +}