From 6dcddd573adf1ef62903c6a16e72ae1d634c24f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gra=C3=A7a?= Date: Sat, 13 Feb 2021 20:58:50 +0000 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42771d5..b5dc3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.6.1 / 2021-02-13 + +- Fix FileProvider paths. + # 0.6.0 / 2020-08-31 - refactor: ♻️ change clipboard plugin to cordova-clipboard diff --git a/package.json b/package.json index 6beb7f2..877d54b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-instagram-plugin", - "version": "0.6.0", + "version": "0.6.1", "description": "Share the content of a canvas element or a dataUrl encoded image using the Instagram application for iOS and Android.", "cordova": { "id": "cordova-instagram-plugin", diff --git a/plugin.xml b/plugin.xml index 7b992bd..6dea64b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ + xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-instagram-plugin" version="0.6.1"> Instagram