Skip to content

Commit

Permalink
release: 🔖 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigograca31 committed Feb 13, 2021
1 parent c15519e commit 6dcddd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-instagram-plugin" version="0.6.0">
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-instagram-plugin" version="0.6.1">

<name>Instagram</name>

Expand Down

0 comments on commit 6dcddd5

Please sign in to comment.