diff --git a/package.json b/package.json index c4abac86..65ba2752 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ble-central", - "version": "1.7.3", + "version": "1.7.4", "description": "Bluetooth Low Energy (BLE) Central Plugin", "scripts": { "slimify": "node tools/make-slim-variant.mjs", diff --git a/plugin.xml b/plugin.xml index d5163cf4..a8a9888f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -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.3"> +<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.4"> <name>BLE</name> <description>Bluetooth Low Energy (BLE) Central Plugin</description>