From 4cd1b24e1d46239aded8a97ea128f82fa5ade5d8 Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Thu, 15 Jul 2021 16:07:58 +0200 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0206361..b18a67b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flyerhq/react-native-android-uri-path", - "version": "2.1.0", + "version": "2.1.2", "description": "Get an absolute path to a file retrieved by Android's Intent.ACTION_GET_CONTENT that returns a content URI.", "homepage": "https://github.com/flyerhq/react-native-android-uri-path#readme", "main": "lib/index.js",