diff --git a/ios/Podfile b/ios/Podfile index b6d89232..0adad0c2 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -6,5 +6,5 @@ target 'BleClient' do use_frameworks! # Pods for BleClient - pod 'MultiplatformBleAdapter', '~> 0.1.7' + pod 'MultiplatformBleAdapter', '~> 0.1.9' end diff --git a/package.json b/package.json index f473052a..f4acd1ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ble-plx", - "version": "2.0.2", + "version": "2.0.3", "description": "React Native Bluetooth Low Energy library", "main": "index.js", "scripts": { diff --git a/react-native-ble-plx.podspec b/react-native-ble-plx.podspec index aa707933..97b2bae9 100644 --- a/react-native-ble-plx.podspec +++ b/react-native-ble-plx.podspec @@ -17,5 +17,5 @@ Pod::Spec.new do |s| s.compiler_flags = '-DMULTIPLATFORM_BLE_ADAPTER' s.dependency 'React-Core' - s.dependency 'MultiplatformBleAdapter', '0.1.7' -end \ No newline at end of file + s.dependency 'MultiplatformBleAdapter', '0.1.9' +end