diff --git a/README.md b/README.md index b1d88da..fe092ea 100644 --- a/README.md +++ b/README.md @@ -109,4 +109,7 @@ PhotoViewer.show('http://my_site.com/my_image.jpg', 'Optional Title', options); - Native fixes on Android platform (1.2.2) -- PRs: #164 #165 #167 \ No newline at end of file +- PRs: #164 #165 #167 + +(1.2.3) +- PRs: #179 \ No newline at end of file diff --git a/package.json b/package.json index e95bfe6..b59a978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com-sarriaroman-photoviewer", - "version": "1.2.2", + "version": "1.2.3", "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 c8e7635..e56d7a3 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.