Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed Feb 19, 2023
1 parent 58e212a commit 42c4501
Show file tree
Hide file tree
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.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
Expand Down
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.6.2",
"version": "1.6.3",
"description": "Bluetooth Low Energy (BLE) Central Plugin",
"cordova": {
"id": "cordova-plugin-ble-central",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">

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

0 comments on commit 42c4501

Please sign in to comment.