diff --git a/ChangeLog.md b/ChangeLog.md index 729be7bda..5ef7da3ed 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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). diff --git a/README.md b/README.md index 1f2fd879f..c94c2d0fd 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-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. diff --git a/docs/Release-2.0.0.md b/docs/Release-2.0.0.md index 52aaacbfd..a56d93d55 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-rc.1 +npm install --save react-native-branch react-native link react-native-branch ```