Skip to content

Commit eafab3a

Browse files
committed
Bump version
1 parent 30a0c3e commit eafab3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-filepicker",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "\n This plugin makes possible to pick files from iCloud or other document providers\n ",
55
"cordova": {
66
"id": "cordova-plugin-filepicker",
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin.git"
13+
"url": "https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin"
1414
},
1515
"keywords": [
1616
"ecosystem:cordova",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
id="cordova-plugin-filepicker"
4-
version="1.1.4">
4+
version="1.1.5">
55

66
<name>File Picker</name>
77
<author>jcesarmobile</author>

0 commit comments

Comments
 (0)