From 27f39aa2f4af16cfcdde52699e42a1596783dfea Mon Sep 17 00:00:00 2001 From: heidrickla Date: Fri, 11 Mar 2022 14:18:07 -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 1edef66..958f77c 100644 --- a/Apps/BathroomHumidityFan/BathroomHumidityParent.src +++ b/Apps/BathroomHumidityFan/BathroomHumidityParent.src @@ -7,7 +7,7 @@ */ def setVersion(){ - state.version = "1.1.42" // Version number of this app + state.version = "1.1.43" // Version number of this app state.InternalName = "BathroomHumidityFan" // this is the name used in the JSON file for this app }