diff --git a/README.md b/README.md index cab1b16..02acd9b 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,6 @@ PhotoViewer.show('http://my_site.com/my_image.jpg', 'Optional Title', {share:fal (1.1.5) - Option to hide and show share button on Android + +(1.1.7) +- Fix OOM issues on Android \ No newline at end of file diff --git a/package.json b/package.json index 9662c09..b776306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com-sarriaroman-photoviewer", - "version": "1.1.5", + "version": "1.1.7", "description": "This plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.", "cordova": { "id": "com-sarriaroman-photoviewer", diff --git a/plugin.xml b/plugin.xml index e27b475..28e5392 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + PhotoViewer This plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.