diff --git a/README.md b/README.md index 215592f69..65097e21b 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.3 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details. +Version 2.0.0-beta.4 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details. **v1.1.0** The `createBranchUniversalObject` method is now async, so be sure to use `await` or handle the promise resolution, e.g. ```js diff --git a/package.json b/package.json index 0c5d8d669..1c869d871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-branch", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "description": "Branch Metrics React Native SDK", "main": "src/index.js", "files": [ @@ -51,9 +51,9 @@ "url": "git+https://github.com/BranchMetrics/react-native-branch-deep-linking.git" }, "bugs": { - "url": "https://github.com/BranchMetrics/react-native-branch/issues" + "url": "https://github.com/BranchMetrics/react-native-branch-deep-linking/issues" }, - "homepage": "https://github.com/BranchMetrics/react-native-branch", + "homepage": "https://github.com/BranchMetrics/react-native-branch-deep-linking", "peerDependencies": { "react": ">=15.4.0", "react-native": ">=0.40.0"