From 6d64db99ec9cd8a5b88a7033b97533838b6cef61 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Jan 2019 09:46:34 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ## [3.0.3](https://github.com/react-native-community/react-native-webview/compare/v3.0.2...v3.0.3) (2019-01-11) ### Bug Fixes * **android:** Blank screen due to missing super() call in RNCWebViewManager.java ([#241](https://github.com/react-native-community/react-native-webview/issues/241)) ([4e1d113](https://github.com/react-native-community/react-native-webview/commit/4e1d113)), closes [#240](https://github.com/react-native-community/react-native-webview/issues/240) [#224](https://github.com/react-native-community/react-native-webview/issues/224) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 783bb01..e1f7660 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "3.0.2", + "version": "3.0.3", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:ios:flow": "flow check",