Release 0.4.3

=============

This is a minor release.

Enhancements
~~~~~~~~~~~~

* Rename nRF51... to nRF5x... This prepares for the arrival of nRF52.
* Switch Github repository URL to ARMmbed organization.

* Add support to handle radio-notification callback as a FuncionPointer so that
  we can have <object, member> pairs for callbacks.

Bugfixes
~~~~~~~~

none.
This commit is contained in:
Rohit Grover 2015-07-21 13:09:33 +01:00
parent 553132b406
commit b55677ade1
1 changed files with 2 additions and 2 deletions

View File

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