Skip to content

Commit c2796cd

Browse files
committed
CORE-2502 fix iOS serialization issue
1 parent 652eecc commit c2796cd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-10-29 Version 5.2.1
2+
- Update iOS SDK to 1.40.2
3+
14
2021-10-27 Version 5.2.0
25
- Update iOS SDK to 1.40.1
36
- Update Android SDK to 5.0.14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

react-native-branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.source_files = [ "ios/*.h", "ios/*.m"]
2323
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
2424
s.header_dir = 'RNBranch' # also sets generated module name
25-
s.dependency 'Branch', '1.40.1'
25+
s.dependency 'Branch', '1.40.2'
2626
s.dependency 'React' # to ensure the correct build order
2727
end

0 commit comments

Comments
 (0)