Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 10, 2023
1 parent 4ef5ccc commit 06ff01e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-10-10 Version 6.0.0

- Update Branch iOS SDK to 3.0.0
- Update minimum iOS version to 12.0

2023-10-03 Version 5.9.2
- Update Android SDK to 5.7.1 to include gclid bug fix.

Expand Down
2 changes: 1 addition & 1 deletion branchreactnativetestbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-branch": "5.9.2-alpha.0"
"react-native-branch": "6.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
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.9.2",
"version": "6.0.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 06ff01e

Please sign in to comment.