Skip to content

Commit

Permalink
release: 🔖 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigograca31 committed Aug 31, 2020
1 parent 94f6a91 commit 8dcae69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.6.0 / 2020-08-31

- refactor: ♻️ change clipboard plugin to cordova-clipboard

✅ Closes: #104 #96 #87

# 0.5.9 / 2020-08-31

- fix sharing on iOS #111
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-instagram-plugin",
"version": "0.5.9",
"version": "0.6.0",
"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
Original file line number Diff line number Diff line change
@@ -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.5.9">
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-instagram-plugin" version="0.6.0">

<name>Instagram</name>

Expand Down

0 comments on commit 8dcae69

Please sign in to comment.