Skip to content

Commit 6e6f6a5

Browse files
authored
Merge pull request #250 from Iterable/MOB-3414-Release-1.1.3
[MOB-3414] - Release 1.1.3
2 parents c147da4 + 45cfc5d commit 6e6f6a5

File tree

4 files changed

+586
-572
lines changed

4 files changed

+586
-572
lines changed

Iterable-React-Native-SDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Pod::Spec.new do |s|
2424

2525
s.swift_version = '5.3'
2626

27-
s.dependency 'Iterable-iOS-SDK', '~> 6.3.3'
27+
s.dependency 'Iterable-iOS-SDK', '~> 6.3.4'
2828
s.dependency 'React-Core'
2929
end

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def getModuleVersion() {
2222

2323
dependencies {
2424
implementation 'com.facebook.react:react-native:+'
25-
api 'com.iterable:iterableapi:3.3.5'
25+
api 'com.iterable:iterableapi:3.3.8'
2626
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Iterable SDK for React Native.",
55
"main": "./js/index.js",
66
"types": "./js/index.d.ts",

0 commit comments

Comments
 (0)