From 5fa2112722744404cf113a8b97373bdf654b0f0f Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Tue, 14 Mar 2023 13:02:44 +0100 Subject: [PATCH] chore: release 8.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67f00094..44108494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-document-picker", - "version": "8.1.3", + "version": "8.1.4", "description": "A react native interface to access documents from dropbox, google drive, iCloud...", "main": "lib/commonjs/index", "module": "lib/module/index",