Skip to content

Commit

Permalink
CORE-2502 fix iOS serialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Oct 30, 2021
1 parent 652eecc commit c2796cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2021-10-29 Version 5.2.1
- Update iOS SDK to 1.40.2

2021-10-27 Version 5.2.0
- Update iOS SDK to 1.40.1
- Update Android SDK to 5.0.14
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "5.2.0",
"version": "5.2.1",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-branch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
s.source_files = [ "ios/*.h", "ios/*.m"]
s.compiler_flags = %[-DRNBRANCH_VERSION=@\\"#{s.version}\\"]
s.header_dir = 'RNBranch' # also sets generated module name
s.dependency 'Branch', '1.40.1'
s.dependency 'Branch', '1.40.2'
s.dependency 'React' # to ensure the correct build order
end

0 comments on commit c2796cd

Please sign in to comment.