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

Commit

Permalink
update plugin.xml, shift to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Jan 3, 2019
1 parent 61d15cc commit 8319383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-filepath",
"version": "1.5.0",
"version": "1.5.1",
"description": "Resolve native file paths from content URLs for Cordova platforms",
"cordova": {
"id": "cordova-plugin-filepath",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
under the License.
-->

<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">
<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">
<name>cordova-plugin-filepath</name>
<description>Resolve native file paths from content URLs for Cordova platforms</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 8319383

Please sign in to comment.