From 44006513b4bc27aeb42e6a03658f30441870b121 Mon Sep 17 00:00:00 2001 From: noproblem23 Date: Fri, 1 Feb 2019 01:19:38 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [4.1.0](https://github.com/react-native-community/react-native-webview/compare/v4.0.0...v4.1.0) (2019-02-01) ### Features * **WKwebview:** Allow _target links to be opened up in the same way as UIWebView. ([#270](https://github.com/react-native-community/react-native-webview/issues/270)) ([6643a8e](https://github.com/react-native-community/react-native-webview/commit/6643a8e)), closes [#139](https://github.com/react-native-community/react-native-webview/issues/139) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f60d1a..5eb9734 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "4.0.0", + "version": "4.1.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "test:ios:flow": "flow check",