diff --git a/Singular-React-Native.podspec b/Singular-React-Native.podspec index 7c2da34..8d17302 100644 --- a/Singular-React-Native.podspec +++ b/Singular-React-Native.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.source_files = "ios/*.{h,m}" spec.platform = :ios, "8.0" spec.static_framework = true - spec.dependency 'Singular-SDK', '12.0.2' + spec.dependency 'Singular-SDK', '12.0.3' spec.dependency 'React' end diff --git a/android/build.gradle b/android/build.gradle index 629e7e4..44bc0d8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,6 +41,6 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'com.singular.sdk:singular_sdk:12.1.0' + implementation 'com.singular.sdk:singular_sdk:12.1.1' implementation 'com.android.support:support-annotations:28.0.0' } diff --git a/ios/Podfile b/ios/Podfile index f3c3920..cdcfa92 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -40,6 +40,6 @@ target 'SingularReactNative' do pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' pod 'boost-for-react-native', :podspec => 'https://raw.githubusercontent.com/react-native-community/boost-for-react-native/master/boost-for-react-native.podspec' - pod 'Singular-SDK' + pod 'Singular-SDK', '12.0.3' end diff --git a/package.json b/package.json index f6ef785..c6e6d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "singular-react-native", - "version": "3.1.15", + "version": "3.1.16", "peerDependencies": { "react-native": ">=0.46.4" },