diff --git a/README.md b/README.md index afda5ec..008a9b8 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ PhotoViewer.show('http://my_site.com/my_image.jpg', 'Optional Title', {share:fal (1.1.7) - Fix OOM issues on Android -(1.1.9) +(1.1.9/10) - Fix how image is shown on Android \ No newline at end of file diff --git a/package.json b/package.json index 73dbea0..91b9a3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com-sarriaroman-photoviewer", - "version": "1.1.9", + "version": "1.1.10", "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 5d6609d..ee1c0ee 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.