aboutsummaryrefslogtreecommitdiff
path: root/platformio/common/libs/mqtt_module_temphum/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'platformio/common/libs/mqtt_module_temphum/library.json')
-rw-r--r--platformio/common/libs/mqtt_module_temphum/library.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/platformio/common/libs/mqtt_module_temphum/library.json b/platformio/common/libs/mqtt_module_temphum/library.json
index 30f5eb6..9bb8cf1 100644
--- a/platformio/common/libs/mqtt_module_temphum/library.json
+++ b/platformio/common/libs/mqtt_module_temphum/library.json
@@ -1,10 +1,11 @@
{
"name": "homekit_mqtt_module_temphum",
- "version": "1.0.8",
+ "version": "1.0.9",
"build": {
"flags": "-I../../include"
},
"dependencies": {
+ "homekit_mqtt": "file://../common/libs/mqtt",
"homekit_temphum": "file://../common/libs/temphum"
}
}