Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed Sep 21, 2023
1 parent b850269 commit 12e4f64
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin 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.7.0">
<plugin 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.7.1">

<name>BLE</name>
<description>Bluetooth Low Energy (BLE) Central Plugin</description>

0 comments on commit 12e4f64

Please sign in to comment.