CB-12519 Updated version and RELEASENOTES.md for release 1.6.2

This commit is contained in:
Steve Gill
2017-02-28 17:41:26 -08:00
parent a176eff190
commit cbb512b6b8
4 changed files with 151 additions and 9 deletions
+2 -2
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.6.2-dev">
version="1.6.2">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
@@ -72,7 +72,7 @@
<source-file src="src/android/FileProgressResult.java" target-dir="src/org/apache/cordova/filetransfer" />
<source-file src="src/android/FileUploadResult.java" target-dir="src/org/apache/cordova/filetransfer" />
</platform>
<!-- ubuntu -->
<platform name="ubuntu">
<header-file src="src/ubuntu/file-transfer.h" />