From b70cde62649f7b26cd941007584615e021b9989c Mon Sep 17 00:00:00 2001 From: heidrickla Date: Mon, 31 Jan 2022 14:11:05 -0600 Subject: [PATCH] Update BathroomHumidityParent.src --- Apps/BathroomHumidityFan/BathroomHumidityParent.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/BathroomHumidityFan/BathroomHumidityParent.src b/Apps/BathroomHumidityFan/BathroomHumidityParent.src index bff6714..1edef66 100644 --- a/Apps/BathroomHumidityFan/BathroomHumidityParent.src +++ b/Apps/BathroomHumidityFan/BathroomHumidityParent.src @@ -7,7 +7,7 @@ */ def setVersion(){ - state.version = "1.1.41" // Version number of this app + state.version = "1.1.42" // Version number of this app state.InternalName = "BathroomHumidityFan" // this is the name used in the JSON file for this app }