summaryrefslogtreecommitdiff
path: root/include/pio/libs/mqtt_module_relay
diff options
context:
space:
mode:
Diffstat (limited to 'include/pio/libs/mqtt_module_relay')
-rw-r--r--include/pio/libs/mqtt_module_relay/library.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pio/libs/mqtt_module_relay/library.json b/include/pio/libs/mqtt_module_relay/library.json
index 6cbbfb0..18a510c 100644
--- a/include/pio/libs/mqtt_module_relay/library.json
+++ b/include/pio/libs/mqtt_module_relay/library.json
@@ -1,11 +1,11 @@
{
"name": "homekit_mqtt_module_relay",
- "version": "1.0.5",
+ "version": "1.0.6",
"build": {
"flags": "-I../../include"
},
"dependencies": {
- "homekit_mqtt": "file://../common/libs/mqtt",
- "homekit_relay": "file://../common/libs/relay"
+ "homekit_mqtt": "file://../../include/pio/libs/mqtt",
+ "homekit_relay": "file://../../include/pio/libs/relay"
}
}