From 42c45019d86746acfcede436603920560714d784 Mon Sep 17 00:00:00 2001 From: Philip Peitsch Date: Mon, 20 Feb 2023 09:46:05 +1100 Subject: [PATCH] 1.6.3 --- CHANGES.txt | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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