From 78aa3fbe928841c27852b10abe9bfa39c41f78ef Mon Sep 17 00:00:00 2001 From: Jimmy Dee Date: Thu, 17 Aug 2017 09:21:32 -0700 Subject: [PATCH] Update docs for 2.0.0-rc.1 --- ChangeLog.md | 4 ++++ README.md | 2 +- docs/Release-2.0.0.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index b47c63f88..729be7bda 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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). diff --git a/README.md b/README.md index 18333dbea..1f2fd879f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/Release-2.0.0.md b/docs/Release-2.0.0.md index c3608b2fd..52aaacbfd 100644 --- a/docs/Release-2.0.0.md +++ b/docs/Release-2.0.0.md @@ -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-beta.8 +npm install --save react-native-branch@2.0.0-rc.1 react-native link react-native-branch ```