CB-9681 Updated version and RELEASENOTES.md for release 1.3.0

This commit is contained in:
Steve Gill
2015-09-18 15:10:34 -07:00
parent a4a448095c
commit 05873a07fd
4 changed files with 15 additions and 7 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.2.2-dev">
version="1.3.0">
<name>File Transfer</name>
<description>Cordova File Transfer Plugin</description>
<license>Apache 2.0</license>
@@ -30,7 +30,7 @@
<issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
<!-- dependency id="org.apache.cordova.file@1" /-->
<dependency id="cordova-plugin-file" version=">=2.0.0" />
<dependency id="cordova-plugin-file" version=">=3.0.0" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />