Skip to content

Commit

Permalink
Release version 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Feb 12, 2021
1 parent 88e7be7 commit 6cac3b3
Show file tree
Hide file tree
Showing 4 changed files with 663 additions and 597 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.0-beta1'
s.dependency 'Iterable-iOS-SDK', '~> 6.2.20'
s.dependency 'React'
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.github.Iterable.iterable-android-sdk:iterableapi:3.3.0-beta1'
api 'com.github.Iterable.iterable-android-sdk:iterableapi:3.2.9'
}
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.0.21",
"version": "1.0.23",
"description": "Iterable SDK for React Native.",
"main": "./js/index.js",
"types": "./js/index.d.ts",
Expand Down
Loading

0 comments on commit 6cac3b3

Please sign in to comment.