From 0ab46dd00b6ff171ad1c85cc85207ab2f187754c Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 17 Oct 2025 12:40:07 +0200 Subject: [PATCH] Bump Weather module version to v2.3.2 Updated the version number of the Weather module from v2.3.1 to v2.3.2 in the module metadata. This version increment likely corresponds to minor bugfixes or improvements that have been implemented in the module. The version change ensures proper tracking of module updates for users and package management systems. --- FHEM/59_Weather.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/59_Weather.pm b/FHEM/59_Weather.pm index 96068ad..9e9ea1e 100755 --- a/FHEM/59_Weather.pm +++ b/FHEM/59_Weather.pm @@ -516,7 +516,7 @@ __END__ ], "release_status": "stable", "license": "GPL_2", - "version": "v2.3.1", + "version": "v2.3.2", "author": [ "Marko Oldenburg " ],