From 8a9d5ff4fbe6079dcce6c177bff950be272117cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Sep 2019 07:24:41 +0000 Subject: [PATCH] chore(release): 7.0.3 [skip ci] ## [7.0.3](https://github.com/react-native-community/react-native-webview/compare/v7.0.2...v7.0.3) (2019-09-04) ### Bug Fixes * **android:** Move noisy debug logging out of "quiet" log level. ([#844](https://github.com/react-native-community/react-native-webview/issues/844)) ([b2cd6b5](https://github.com/react-native-community/react-native-webview/commit/b2cd6b5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46512f8..64d71be 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "7.0.2", + "version": "7.0.3", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",