cordova-plugin-bluetooth-classic-serial-port
Advanced tools
Comparing version 0.9.9 to 0.9.10
@@ -0,1 +1,4 @@ | ||
= 0.9.10 = | ||
fix case letter file name for browser | ||
= 0.9.9 = | ||
@@ -2,0 +5,0 @@ Add new location permissions >= Android 10 ( API29) |
{ | ||
"name": "cordova-plugin-bluetooth-classic-serial-port", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"description": "Cordova Bluetooth Serial Port Profile Communication Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
/*global cordova*/ | ||
module.exports = { | ||
version: '0.9.9', | ||
version: '0.9.10', | ||
@@ -6,0 +6,0 @@ connect: function (deviceId, interfaceArray, success, failure) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136791