update module.json with version numbers

This commit is contained in:
Rohit Grover 2015-07-03 11:09:04 +01:00
parent feb4e95753
commit 4b21112e34

View file

@ -1,6 +1,6 @@
{
"name": "ble",
"version": "0.0.0",
"version": "0.4.1",
"description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
"keywords": [
"Bluetooth",
@ -23,7 +23,7 @@
},
"targetDependencies": {
"nrf51822": {
"ble-nrf51822":"~0.0.1"
"ble-nrf51822":"~0.4.1"
}
}
}