From d9517d8590cd687a4f8720b0e934a813fc44ad9e Mon Sep 17 00:00:00 2001 From: Rand Dusing Date: Thu, 8 Jul 2021 16:58:18 -0500 Subject: [PATCH] Preare 6.5.1 release --- CHANGELOG.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786a9e0..86ffc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.5.1 - 2021-07-08 +- Make JavaScript compatible with Android 5.1 + ## 6.5.0 - 2021-06-21 - Operations are queued per device connection rather than globally on Android - Use service data if available on Android diff --git a/package.json b/package.json index 5b979c7..ca5ef16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-bluetoothle", - "version": "6.5.0", + "version": "6.5.1", "description": "Use the Bluetooth Low Energy plugin to connect your Cordova app to new Bluetooth devices like heart rate monitors, thermometers, etc...", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index c30b74c..87a1f75 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - +