From a77cb37ad71e591761fb406ff1b98c8ce95ace1c Mon Sep 17 00:00:00 2001 From: Kelvin Dart Date: Wed, 18 Oct 2017 16:47:44 +0100 Subject: [PATCH] CB-13294 Remove cordova-plugin-compat This closes #192 --- package.json | 4 ++-- plugin.xml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b632b12..90ee001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-transfer", - "version": "1.6.4-dev", + "version": "2.0.0-dev", "description": "Cordova File Transfer Plugin", "types": "./types/index.d.ts", "cordova": { @@ -53,7 +53,7 @@ "engines": { "cordovaDependencies": { "2.0.0": { - "cordova": ">100" + "cordova-android": ">=6.3.0" } } }, diff --git a/plugin.xml b/plugin.xml index fcef7d0..bdbb6d6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="2.0.0-dev"> File Transfer Cordova File Transfer Plugin Apache 2.0 @@ -29,7 +29,9 @@ https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git https://issues.apache.org/jira/browse/CB/component/12320650 - + + +