Skip to content

Commit 8b208f2

Browse files
author
Evan Greer
committed
updates versions and yarn.lock
1 parent 5c3b31f commit 8b208f2

File tree

4 files changed

+1078
-1040
lines changed

4 files changed

+1078
-1040
lines changed

Iterable-React-Native-SDK.podspec

Lines changed: 1 addition & 1 deletion
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.4.15'
27+
s.dependency 'Iterable-iOS-SDK', '~> 6.5.2'
2828
s.dependency 'React-Core'
2929
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ def getModuleVersion() {
2626

2727
dependencies {
2828
implementation 'com.facebook.react:react-native:+'
29-
api 'com.iterable:iterableapi:3.4.16'
29+
api 'com.iterable:iterableapi:3.5.1'
3030
// api project(':iterableapi') // links to local android SDK repo rather than by release
3131
}

package.json

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

0 commit comments

Comments
 (0)