Skip to content

Commit

Permalink
Update docs for 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Aug 17, 2017
1 parent 931c788 commit 78aa3fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,7 @@
* Support for RN >= 0.47 (#231).
* Added support for platform-specific branch.json.
* Includes native SDKs 0.16.2 (iOS), 2.10.3 (Android).

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).
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-beta.8 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
Version 2.0.0-rc.1 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 [email protected]beta.8
npm install --save [email protected]rc.1
react-native link react-native-branch
```

Expand Down

0 comments on commit 78aa3fb

Please sign in to comment.