diff --git a/CHANGES.txt b/CHANGES.txt index 3bc8ce09..f3662e25 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ += 1.6.3 = +Android: Implement manual bond control on #605 #843 + = 1.6.2 = Android: Don't leak refreshDeviceCache callback Android: More thoroughly clean up callbacks on device disconnect #954 diff --git a/package.json b/package.json index f2c522c0..a326aaa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ble-central", - "version": "1.6.2", + "version": "1.6.3", "description": "Bluetooth Low Energy (BLE) Central Plugin", "cordova": { "id": "cordova-plugin-ble-central", diff --git a/plugin.xml b/plugin.xml index b046ddee..6b5e6747 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ble-central" - version="1.6.2"> + version="1.6.3"> BLE Bluetooth Low Energy (BLE) Central Plugin