From 67cb9b6bebdf3f3f954a2f8bc769b8ff93aafe6f Mon Sep 17 00:00:00 2001 From: Kev Date: Sat, 10 Aug 2024 13:08:49 -0400 Subject: [PATCH] Fix version number --- custom_components/pirateweather/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/pirateweather/manifest.json b/custom_components/pirateweather/manifest.json index c7104e1..fde62ae 100644 --- a/custom_components/pirateweather/manifest.json +++ b/custom_components/pirateweather/manifest.json @@ -12,5 +12,5 @@ "requirements": [ "python-forecastio==1.4.0" ], - "version": "1.5." + "version": "1.5.4" }