update module.json with version numbers

This commit is contained in:
Rohit Grover 2015-07-03 11:09:26 +01:00
parent f1fcc88868
commit 842a7b46fd
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ble-nrf51822",
"version": "0.0.1",
"version": "0.4.1",
"description": "Nordic stack and drivers for the mbed BLE API.",
"keywords": [
"Bluetooth",
@ -19,7 +19,7 @@
}
],
"dependencies": {
"ble": "~0.0.0"
"ble": "~0.4.1"
},
"extraIncludes": [
"source/btle",