From 7f7f4968db6b0578734632c52ff43ad8276ba595 Mon Sep 17 00:00:00 2001 From: heidrickla Date: Mon, 26 Apr 2021 09:57:14 -0500 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 3fc1764..1b4396a 100644 --- a/Apps/BathroomHumidityFan/BathroomHumidityParent.src +++ b/Apps/BathroomHumidityFan/BathroomHumidityParent.src @@ -7,7 +7,7 @@ */ def setVersion(){ - state.version = "1.1.38" // Version number of this app + state.version = "1.1.39" // Version number of this app state.InternalName = "BathroomHumidityFan" // this is the name used in the JSON file for this app }