Skip to content

Commit

Permalink
Merge pull request #250 from Iterable/MOB-3414-Release-1.1.3
Browse files Browse the repository at this point in the history
[MOB-3414] - Release 1.1.3
  • Loading branch information
Ayyanchira authored Oct 27, 2021
2 parents c147da4 + 45cfc5d commit 6e6f6a5
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 572 deletions.
2 changes: 1 addition & 1 deletion Iterable-React-Native-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |s|

s.swift_version = '5.3'

s.dependency 'Iterable-iOS-SDK', '~> 6.3.3'
s.dependency 'Iterable-iOS-SDK', '~> 6.3.4'
s.dependency 'React-Core'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def getModuleVersion() {

dependencies {
implementation 'com.facebook.react:react-native:+'
api 'com.iterable:iterableapi:3.3.5'
api 'com.iterable:iterableapi:3.3.8'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iterable/react-native-sdk",
"version": "1.1.2",
"version": "1.1.3",
"description": "Iterable SDK for React Native.",
"main": "./js/index.js",
"types": "./js/index.d.ts",
Expand Down
Loading

0 comments on commit 6e6f6a5

Please sign in to comment.