From 75ee940e89059829eaafb1a7507d5678a1604675 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Oct 2019 07:58:43 +0000 Subject: [PATCH] chore(release): 7.4.3 [skip ci] ## [7.4.3](https://github.com/react-native-community/react-native-webview/compare/v7.4.2...v7.4.3) (2019-10-22) ### Bug Fixes * **android:** possible NullPointerException ([#965](https://github.com/react-native-community/react-native-webview/issues/965)) ([fab77dc](https://github.com/react-native-community/react-native-webview/commit/fab77dc)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fbee00..dea59a1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "7.4.2", + "version": "7.4.3", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",