Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Commit 8319383

Browse files
committed
update plugin.xml, shift to 1.5.1
1 parent 61d15cc commit 8319383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-filepath",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Resolve native file paths from content URLs for Cordova platforms",
55
"cordova": {
66
"id": "cordova-plugin-filepath",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
under the License.
1717
-->
1818

19-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-filepath" version="1.4.2">
19+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-filepath" version="1.5.1">
2020
<name>cordova-plugin-filepath</name>
2121
<description>Resolve native file paths from content URLs for Cordova platforms</description>
2222
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)