CB-10100 updated file dependency to not grab new majors
diff --git a/package.json b/package.json
index d84db2b..a4389be 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
     "cordova-windows"
   ],
   "peerDependencies": {
-    "cordova-plugin-file": ">=2.0.0"
+    "cordova-plugin-file": "^3.0.0"
   },
   "author": "Apache Software Foundation",
   "license": "Apache 2.0"
diff --git a/plugin.xml b/plugin.xml
index 7490ce5..4ae4d81 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -31,7 +31,7 @@
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320646</issue>
     
-    <dependency id="cordova-plugin-file" version=">=2.0.0" />
+    <dependency id="cordova-plugin-file" version="^3.0.0" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />