Skip to content

Commit

Permalink
Version bump && CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigograca31 committed Mar 29, 2019
1 parent 1f80a6e commit d64bc70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.8 / 2019-03-29

* fix for low memory devices

# 0.5.7 / 2018-05-29

* fixed support for Android 8
* fixed support for Android 8
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.7",
"version": "0.5.8",
"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
Expand Up @@ -2,7 +2,7 @@
<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.7">
version="0.5.8">

<name>Instagram</name>

Expand Down

0 comments on commit d64bc70

Please sign in to comment.