diff --git a/module.json b/module.json index c5dd46c..39bab34 100644 --- a/module.json +++ b/module.json @@ -1,10 +1,12 @@ { "name": "ble-nrf51822", - "version": "0.4.8", + "version": "1.0.0", "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",