From dce30be1362864902034e645b70a9f5b37a0de11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 13 Jun 2020 21:28:50 +0000 Subject: [PATCH] chore(release): 10.3.1 [skip ci] ## [10.3.1](https://github.com/react-native-community/react-native-webview/compare/v10.3.0...v10.3.1) (2020-06-13) ### Bug Fixes * **android:** Add SSL error handling for Android WebView ([#1450](https://github.com/react-native-community/react-native-webview/issues/1450) by [@thephpjedi](https://github.com/thephpjedi)) ([1bd5961](https://github.com/react-native-community/react-native-webview/commit/1bd596125599af1cbba6964876e305bb42a4e4cf)), closes [#259](https://github.com/react-native-community/react-native-webview/issues/259) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 486f7dd..612246f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.3.0", + "version": "10.3.1", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",