From b01b43b9af74783edfe01ab77ee97ab74eb312ca Mon Sep 17 00:00:00 2001 From: heidrickla Date: Tue, 29 Jun 2021 12:54:21 -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 1b4396a..b0730f0 100644 --- a/Apps/BathroomHumidityFan/BathroomHumidityParent.src +++ b/Apps/BathroomHumidityFan/BathroomHumidityParent.src @@ -7,7 +7,7 @@ */ def setVersion(){ - state.version = "1.1.39" // Version number of this app + state.version = "1.1.40" // Version number of this app state.InternalName = "BathroomHumidityFan" // this is the name used in the JSON file for this app }