From a335bc568485b7bf6a3fb6e9f5fb31d4885748a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 May 2019 22:38:14 +0000 Subject: [PATCH] chore(release): 6.0.2 [skip ci] ## [6.0.2](https://github.com/react-native-community/react-native-webview/compare/v6.0.1...v6.0.2) (2019-05-19) ### Bug Fixes * **AndroidX support:** Fixed broken import + added instructions ([#583](https://github.com/react-native-community/react-native-webview/issues/583)) ([585ac7a](https://github.com/react-native-community/react-native-webview/commit/585ac7a)), closes [#580](https://github.com/react-native-community/react-native-webview/issues/580) [#581](https://github.com/react-native-community/react-native-webview/issues/581) [#582](https://github.com/react-native-community/react-native-webview/issues/582) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b820f9..685c27e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "6.0.1", + "version": "6.0.2", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",