CB-8959 Updated version and RELEASENOTES.md for release 1.1.0

This commit is contained in:
Steve Gill 2015-05-06 17:07:39 -07:00
parent e5c25b6bc7
commit e251db5cac
4 changed files with 9 additions and 3 deletions

View File

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

View File

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

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="cordova-plugin-file-transfer"
version="1.0.1-dev">
version="1.1.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="cordova-plugin-file-transfer-tests"
version="1.0.1-dev">
version="1.1.0">
<name>Cordova File Transfer Plugin Tests</name>
<license>Apache 2.0</license>