Skip to content

Commit 6ad5390

Browse files
Release version 1.0.19
1 parent 63248e4 commit 6ad5390

File tree

4 files changed

+245
-226
lines changed

4 files changed

+245
-226
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.2'
2626

27-
s.dependency 'Iterable-iOS-SDK', '~> 6.2.15'
27+
s.dependency 'Iterable-iOS-SDK', '~> 6.2.16'
2828
s.dependency 'React'
2929
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
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.2.8'
25+
api 'com.iterable:iterableapi:3.2.9'
2626
}

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.0.18",
3+
"version": "1.0.19",
44
"description": "Iterable SDK for React Native.",
55
"main": "./js/index.js",
66
"types": "./js/index.d.ts",

0 commit comments

Comments
 (0)