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](1bd5961255)), closes [#259](https://github.com/react-native-community/react-native-webview/issues/259)
This commit is contained in:
semantic-release-bot 2020-06-13 21:28:50 +00:00
parent 1bd5961255
commit dce30be136

View File

@ -8,7 +8,7 @@
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"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",