From f070265506a8b3842a2e547e9c6bd93f0014f160 Mon Sep 17 00:00:00 2001 From: chansuke Date: Thu, 11 Oct 2018 20:56:11 +0900 Subject: [PATCH] Bump verision for v0.40.1 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35140d47..2d91207d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ ## Please take a look at this [issue](https://github.com/alinz/react-native-webview-bridge/issues/109) first # React Native WebView Javascript Bridge + +[![GitHub tag](https://img.shields.io/github/tag/alinz/react-native-webview-bridge.svg)](https://github.com/alinz/react-native-webview-bridge) +[![npm version](https://badge.fury.io/js/react-native-webview-bridge.svg)](https://badge.fury.io/js/react-native-webview-bridge) +[![GitHub license](https://img.shields.io/github/license/alinz/react-native-webview-bridge.svg)](https://github.com/alinz/react-native-webview-bridge/blob/master/LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/alinz/react-native-webview-bridge.svg)](https://github.com/alinz/react-native-webview-bridge/stargazers) + I have been testing and reading a lot of way to safely create a bridge between react-native and webview. I'm happy to announced that the wait is over and from **React-Native 0.20 and above**, the bridge is fully functional. diff --git a/package.json b/package.json index c3d10def..53ae3586 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-webview-bridge", - "version": "0.40.0", + "version": "0.40.1", "description": "React Native WebView Javascript Bridge", "main": "webview-bridge", "directories": {