com.mutualmobile.cordova.bluetoothle
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "com.mutualmobile.cordova.bluetoothle", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Connect with devices using Bluetooth Low Energy communication", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -0,1 +1,3 @@ | ||
var PLUGIN_NAME = 'BluetoothLePlugin'; | ||
var base64 = require('cordova/base64'); | ||
@@ -607,1 +609,2 @@ | ||
module.exports = bluetoothle; | ||
Sorry, the diff of this file is not supported yet
155733
1550