From 60875abd1d3cd390401ea0e6d66435b40935d5ba Mon Sep 17 00:00:00 2001 From: Krzysztof Magiera Date: Tue, 13 Jun 2017 20:11:19 +0200 Subject: [PATCH] Bump beta version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad499ee4..4f080109f 100644 --- a/README.md +++ b/README.md @@ -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`