From a763452453e434b2130353ab2850dc19c31db124 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Tue, 11 Aug 2015 14:56:27 +0100 Subject: [PATCH] depend on ble v0.4.6 because of addition of connHandle in gattClient callbacks param structs. --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index deaca95..d53129f 100644 --- a/module.json +++ b/module.json @@ -19,7 +19,7 @@ } ], "dependencies": { - "ble": "~0.4.5" + "ble": "~0.4.6" }, "extraIncludes": [ "source/btle",