From 12e4f641031445660716632c0be2422276bbd3f1 Mon Sep 17 00:00:00 2001 From: Philip Peitsch Date: Thu, 21 Sep 2023 18:47:27 +1000 Subject: [PATCH] 1.7.1 --- 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 5e4f1a53..88be936d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ += 1.7.1 = +Android: Add forceScanFilter option for Android (#989, #987) thanks younesspotmaster + = 1.7.0 = iOS: Prevent API warnings on iOS if Bluetooth is disabled during timed scan iOS: Ensure scan timeout is cleared and reset when new scans are started diff --git a/package.json b/package.json index 48003fe0..110c614f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ble-central", - "version": "1.7.0", + "version": "1.7.1", "description": "Bluetooth Low Energy (BLE) Central Plugin", "scripts": { "slimify": "node tools/make-slim-variant.mjs", diff --git a/plugin.xml b/plugin.xml index 3e12b634..cfc3700e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + BLE Bluetooth Low Energy (BLE) Central Plugin