Skip to content

Commit 83c8b64

Browse files
authored
Merge pull request #67 from singular-labs/version_3.1.16
bumped versions
2 parents b119d6b + 06cb75c commit 83c8b64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Singular-React-Native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.source_files = "ios/*.{h,m}"
1313
spec.platform = :ios, "8.0"
1414
spec.static_framework = true
15-
spec.dependency 'Singular-SDK', '12.0.2'
15+
spec.dependency 'Singular-SDK', '12.0.3'
1616

1717
spec.dependency 'React'
1818
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ repositories {
4141

4242
dependencies {
4343
implementation 'com.facebook.react:react-native:+'
44-
implementation 'com.singular.sdk:singular_sdk:12.1.0'
44+
implementation 'com.singular.sdk:singular_sdk:12.1.1'
4545
implementation 'com.android.support:support-annotations:28.0.0'
4646
}

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ target 'SingularReactNative' do
4040
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
4141
pod 'boost-for-react-native', :podspec => 'https://raw.githubusercontent.com/react-native-community/boost-for-react-native/master/boost-for-react-native.podspec'
4242

43-
pod 'Singular-SDK'
43+
pod 'Singular-SDK', '12.0.3'
4444

4545
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "singular-react-native",
3-
"version": "3.1.15",
3+
"version": "3.1.16",
44
"peerDependencies": {
55
"react-native": ">=0.46.4"
66
},

0 commit comments

Comments
 (0)