From 71ca0fb78783568372a6bc412018015af649a083 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Apr 2021 14:28:13 +0000 Subject: [PATCH] chore(release): 11.4.1 [skip ci] ## [11.4.1](https://github.com/react-native-webview/react-native-webview/compare/v11.4.0...v11.4.1) (2021-04-20) ### Bug Fixes * **android:** Adding mavenCentral() as jcenter() is shutting down ([#1961](https://github.com/react-native-webview/react-native-webview/issues/1961)) ([015054c](https://github.com/react-native-webview/react-native-webview/commit/015054c2f5db0a3931dba3b44a43041fba155cb5)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b463e3..e55b8e6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "11.4.0", + "version": "11.4.1", "homepage": "https://github.com/react-native-webview/react-native-webview#readme", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",