Skip to content

Commit

Permalink
Doc updates for 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Aug 21, 2017
1 parent 35dc5cc commit ad31e2b
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
Expand Up @@ -149,3 +149,8 @@
2016-08-17 Version 2.0.0-rc.1
* (Internal) Native SDK updates are now automated.
* Includes native SDKs 0.17.9 (iOS), 2.11.1 (Android).

2016-08-21 Version 2.0.0-rc.2
* Fixed automation bug that generated an RNBranch.xcodeproj that failed with `react-native link`.
* Regenerated RNBranch.xcodeproj to fix `react-native link` bug (#239).
* Includes native SDKs 0.17.9 (iOS), 2.11.1 (Android).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a repository of our open source React Native SDK. Huge shoutout to our f

[Release 2.0.0]: ./docs/Release-2.0.0.md

Version 2.0.0-rc.1 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
Version 2.0.0-rc.2 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.

**branch.json** It is now possible to control certain features of the Branch SDK using an optional
configuration file in your project. See https://rnbranch.app.link/branch-json for details.
Expand Down
2 changes: 1 addition & 1 deletion docs/Release-2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ An overload of `Branch.initSession` was introduced that accepts a `Branch.Branch
#### Simple (iOS or Android)

```bash
npm install --save react-native-branch@2.0.0-rc.1
npm install --save react-native-branch
react-native link react-native-branch
```

Expand Down

0 comments on commit ad31e2b

Please sign in to comment.