diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b89e583..00f45ff 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -211,3 +211,9 @@ * fix failing test resulting from overlapping async calls * CB-8721 Fixes incorrect headers and upload params parsing on wp8 * Replace all slashes in windows path + +### 1.2.1 (Jul 7, 2015) +* CB-9275 [WP8] Fix build failure on WP8 by using reflection to detect presence of JSON.NET based serialization +* Updated code per code review. +* Updated documentation for browser +* Added option to allow for passing cookies automatically in the browser diff --git a/package.json b/package.json index b85b71e..17d494a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer", - "version": "1.2.1-dev", + "version": "1.2.1", "description": "Cordova File Transfer Plugin", "cordova": { "id": "cordova-plugin-file-transfer", diff --git a/plugin.xml b/plugin.xml index f2c39ed..5151547 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.1"> File Transfer Cordova File Transfer Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 14a51e6..d6f9445 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.2.1"> Cordova File Transfer Plugin Tests Apache 2.0