From 652e5e991744e26e1437126881caabdaaf46201f Mon Sep 17 00:00:00 2001 From: yksolanki9 Date: Thu, 6 Oct 2022 19:09:40 +0530 Subject: [PATCH] PACKAGE_RELEASE_000100 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d240a9..48140e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-share-with-plugin", - "version": "0.0.1", + "version": "0.1.0", "description": "This plugin enables you to share images and pdfs with your capacitor app", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",