cordova-plugin-bluetooth-classic-serial-port
Advanced tools
Comparing version 0.9.8 to 0.9.9
@@ -0,1 +1,4 @@ | ||
= 0.9.9 = | ||
Add new location permissions >= Android 10 ( API29) | ||
= 0.9.8 = | ||
@@ -2,0 +5,0 @@ Fix iOS issue with raw subscribe return II |
{ | ||
"name": "cordova-plugin-bluetooth-classic-serial-port", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "Cordova Bluetooth Serial Port Profile Communication Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
/*global cordova*/ | ||
module.exports = { | ||
version: '0.9.8', | ||
version: '0.9.9', | ||
@@ -155,2 +155,2 @@ connect: function (deviceId, interfaceArray, success, failure) { | ||
return interfaceIdArg | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136742
281