This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 1.7.x
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-file-transfer.git

commit 91144f393140866febcb6fc32360afd97137a732
Author: Suraj Pindoria <pindoria.su...@gmail.com>
AuthorDate: Wed Jan 24 14:38:34 2018 -0800

    CB-13826 Updated version and RELEASENOTES.md for release 1.7.1
---
 RELEASENOTES.md  | 3 +++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e4c3d62..bcb4fce 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # 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)
 * Updated `README` with Deprecated Status
 * [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis 
**Android** builds again
diff --git a/package.json b/package.json
index 874f6d6..a992bf3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "1.7.1-dev",
+  "version": "1.7.1",
   "description": "Cordova File Transfer Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 4d25795..bfacbb1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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.7.1-dev">
+    version="1.7.1">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3abf326..fabb5e2 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -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.7.1-dev">
+    version="1.7.1">
     <name>Cordova File Transfer Plugin Tests</name>
     <license>Apache 2.0</license>
 

-- 
To stop receiving notification emails like this one, please contact
surajpindo...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to