Skip to content

Commit

Permalink
Bump version and change id to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jul 30, 2017
1 parent 9f0d86f commit 3f33551
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can also open the Xcode project on platforms/iOs folder clicking the .xcodep
Installation:
============

cordova plugin add https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin.git
`cordova plugin add cordova-plugin-filepicker`


Usage:
Expand All @@ -56,7 +56,7 @@ If you don't pass any params, public.data UTI will be used

```
FilePicker.pickFile(successCallback,errorCallback);
var successCallback = function(path) {
function successCallback(path) {
alert("You picked this file: " + path);
}
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "FilePicker-Phonegap-iOS-Plugin",
"version": "1.1.3",
"name": "cordova-plugin-filepicker",
"version": "1.1.4",
"description": "\n This plugin makes possible to pick files from iCloud or other document providers\n ",
"cordova": {
"id": "com.jcesarmobile.filepicker",
"id": "cordova-plugin-filepicker",
"platforms": [
"ios"
]
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="com.jcesarmobile.filepicker"
version="1.1.1">
id="cordova-plugin-filepicker"
version="1.1.4">

<name>File Picker</name>
<author>jcesarmobile</author>
Expand Down

0 comments on commit 3f33551

Please sign in to comment.