From 9bb54202ed3ce405d23bf731ac5eec337bd68987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Rodri=CC=81guez?= Date: Thu, 2 Dec 2021 17:32:17 +0100 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70fc287..3247581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whiteguru/capacitor-plugin-file-picker", - "version": "1.0.1", + "version": "1.0.2", "description": "Capacitor plugin to pick files", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",