Skip to content

Commit

Permalink
Version bump to 2.0.0-beta.4 and URL corrections in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed May 10, 2017
1 parent a3055d0 commit 750e606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 750e606

Please sign in to comment.