From 3cbf1490f4910e007f01a72a227d0494d042f6b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 May 2020 11:22:22 +0000 Subject: [PATCH] chore(release): 10.1.1 [skip ci] ## [10.1.1](https://github.com/react-native-community/react-native-webview/compare/v10.1.0...v10.1.1) (2020-05-28) ### Bug Fixes * **android:** Broken build due to conditional import of kotlin ([#1412](https://github.com/react-native-community/react-native-webview/issues/1412)) ([7ab2afb](https://github.com/react-native-community/react-native-webview/commit/7ab2afbab7a64d58a97723734dc2dad4021f3b9b)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c51110..aeaf007 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "10.1.0", + "version": "10.1.1", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",