diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2e1737e..fe2dd8f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -187,3 +187,9 @@ * CB-8095 Updates tests and documentation * CB-8095 Rewrite upload method to support progress events properly * android: Fix error reporting for unknown uri type on sourceUri instead of targetUri + +### 1.1.0 (May 06, 2015) +* CB-8951 Fixed crash related to headers parsing on **wp8** +* CB-8933 Increased download and upload test timeout +* CB-6313 **wp8**: Extra boundary in upload +* CB-8761 **wp8**: Copy cookies from WebBrowser diff --git a/package.json b/package.json index c6d95ca..bc655ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer", - "version": "1.0.1-dev", + "version": "1.1.0", "description": "Cordova File Transfer Plugin", "cordova": { "id": "cordova-plugin-file-transfer", diff --git a/plugin.xml b/plugin.xml index c6dd865..2797d22 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.1.0"> File Transfer Cordova File Transfer Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index e3b676a..65aac58 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.1.0"> Cordova File Transfer Plugin Tests Apache 2.0