diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6389fab..40a4ccf 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -145,6 +145,7 @@ * CB-7700 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer ### 0.5.0 (Feb 04, 2015) +* CB-8407 windows: Fix download of `ms-appdata:///` URIs * CB-8095 windows: Rewrite upload method to support progress events properly * CB-5059 android: Add a CookieManager abstraction for pluggable webviews * ios: Fix compile warning about implicity int conversion diff --git a/plugin.xml b/plugin.xml index 46868cf..51f22e5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="0.5.0"> File Transfer Cordova File Transfer Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index d3c1f8f..5138b49 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="0.5.0"> Cordova File Transfer Plugin Tests Apache 2.0