From a9f33e16dcb112e19755fd77196c1f96a73cee90 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Mon, 19 Oct 2015 16:17:00 +0300 Subject: [PATCH 1/2] Updated dependencies --- module.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index c5dd46c..51c90df 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,9 @@ "description": "Nordic stack and drivers for the mbed BLE API.", "keywords": [ "Bluetooth", - "BLE" + "BLE", + "mbed", + "mbed-official" ], "author": "Rohit Grover", "repository": { @@ -19,7 +21,7 @@ } ], "dependencies": { - "ble": "~0.4.7" + "ble": "^1.0.0" }, "extraIncludes": [ "source/btle", @@ -44,4 +46,4 @@ "source/nordic-sdk/components/ble/device_manager/config" ], "targetDependencies": {} -} +} \ No newline at end of file From 63df68b14793d1d7bc9ccf1e44bb87ec65efc404 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Mon, 19 Oct 2015 16:17:00 +0300 Subject: [PATCH 2/2] version v1.0.0 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 51c90df..39bab34 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,6 @@ { "name": "ble-nrf51822", - "version": "0.4.8", + "version": "1.0.0", "description": "Nordic stack and drivers for the mbed BLE API.", "keywords": [ "Bluetooth", @@ -46,4 +46,4 @@ "source/nordic-sdk/components/ble/device_manager/config" ], "targetDependencies": {} -} \ No newline at end of file +}