Skip to content

Commit

Permalink
Bump beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera committed Jun 13, 2017
1 parent 47c843d commit 60875ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ Follow steps below in order for your React Native app to use new version of JSC
1. Add `jsc-android` to the "dependencies" section in your `package.json`:
```diff
dependencies {
+ "jsc-android": "^216113.0.0-beta.3",
+ "jsc-android": "^216113.0.0-beta.4",
```

then run `npm install` or `yarn` (depending which npm client you use) in order for the new dependency to be installed in `node_modules`
Expand Down

0 comments on commit 60875ab

Please sign in to comment.