Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Mar 6, 2018
1 parent db70911 commit 6a6b4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-x-socialsharing",
"version": "5.3.1",
"version": "5.3.2",
"description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.",
"cordova": {
"id": "cordova-plugin-x-socialsharing",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-x-socialsharing"
version="5.3.1">
version="5.3.2">

<name>SocialSharing</name>

Expand Down Expand Up @@ -40,7 +40,7 @@
<param name="onload" value="true" />
</feature>
</config-file>

<config-file target="*-Info.plist" parent="NSPhotoLibraryAddUsageDescription">
<string>This app requires photo library access to function properly.</string>
</config-file>
Expand Down

0 comments on commit 6a6b4f1

Please sign in to comment.