CB-8429 Updated version and RELEASENOTES.md for release 0.5.0 (take 2)

This commit is contained in:
Andrew Grieve
2015-02-09 09:57:48 -05:00
committed by Jesse MacFadyen
parent 314677c0c3
commit e0f9aad374
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.file-transfer"
version="0.5.1-dev">
version="0.5.0">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>

View File

@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.file-transfer.tests"
version="0.5.1-dev">
version="0.5.0">
<name>Cordova File Transfer Plugin Tests</name>
<license>Apache 2.0</license>