From 8b88975a87b5da1f9dde24772c3c20c125cae84c Mon Sep 17 00:00:00 2001 From: heidrickla Date: Fri, 9 Jul 2021 17:20:03 -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 b0730f0..bff6714 100644 --- a/Apps/BathroomHumidityFan/BathroomHumidityParent.src +++ b/Apps/BathroomHumidityFan/BathroomHumidityParent.src @@ -7,7 +7,7 @@ */ def setVersion(){ - state.version = "1.1.40" // Version number of this app + state.version = "1.1.41" // Version number of this app state.InternalName = "BathroomHumidityFan" // this is the name used in the JSON file for this app }