Skip to content

Commit 7b8847e

Browse files
committed
bump 1.5.8
1 parent 92406e4 commit 7b8847e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.5.8
2+
3+
* Added "no longer actively maintained" message to README
4+
15
# 1.5.7
26

37
* [Fixes issue #60](https://github.com/hiddentao/cordova-plugin-filepath/issues/60)

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.7",
3+
"version": "1.5.8",
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.5.7">
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.8">
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)