CB-13826 Updated version and RELEASENOTES.md for release 1.7.1

This commit is contained in:
Suraj Pindoria
2018-01-24 14:38:34 -08:00
parent ef23f59f7e
commit 91144f3931
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -20,6 +20,9 @@
--> -->
# Release Notes # Release Notes
### 1.7.1 (Jan 24, 2018)
* [CB-13749](https://issues.apache.org/jira/browse/CB-13749) Add build-tools-26.0.2 to travis
### 1.7.0 (Nov 06, 2017) ### 1.7.0 (Nov 06, 2017)
* Updated `README` with Deprecated Status * Updated `README` with Deprecated Status
* [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again * [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-file-transfer", "name": "cordova-plugin-file-transfer",
"version": "1.7.1-dev", "version": "1.7.1",
"description": "Cordova File Transfer Plugin", "description": "Cordova File Transfer Plugin",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"cordova": { "cordova": {
+1 -1
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-transfer" id="cordova-plugin-file-transfer"
version="1.7.1-dev"> version="1.7.1">
<name>File Transfer</name> <name>File Transfer</name>
<description>Cordova File Transfer Plugin</description> <description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license> <license>Apache 2.0</license>
+1 -1
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-transfer-tests" id="cordova-plugin-file-transfer-tests"
version="1.7.1-dev"> version="1.7.1">
<name>Cordova File Transfer Plugin Tests</name> <name>Cordova File Transfer Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>