Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrizC committed Jul 24, 2018
1 parent 336c54b commit e7ce911
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.1",
"version": "1.4.2",
"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.1">
<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">
<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 e7ce911

Please sign in to comment.