From ae5e287dfa373fae9189b85e8bb7e51a1219c478 Mon Sep 17 00:00:00 2001 From: heidrickla Date: Wed, 10 Feb 2021 16:58:22 -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 4626fa4..a12526f 100644 --- a/Apps/BathroomHumidityFan/BathroomHumidityParent.src +++ b/Apps/BathroomHumidityFan/BathroomHumidityParent.src @@ -7,7 +7,7 @@ */ def setVersion(){ - state.version = "1.1.30" // Version number of this app + state.version = "1.1.31" // Version number of this app state.InternalName = "BathroomHumidityFan" // this is the name used in the JSON file for this app }