You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/11/07 00:19:49 UTC

[cordova-plugin-media-capture] 01/02: CB-13542 updated file plugin dependency

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

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media-capture.git

commit ea934aa267dc069b022b17981dfa934ba599e890
Author: Steve Gill <st...@gmail.com>
AuthorDate: Mon Nov 6 16:00:58 2017 -0800

    CB-13542 updated file plugin dependency
---
 package.json | 2 +-
 plugin.xml   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 20914ce..9505c9e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture",
-  "version": "2.0.1-dev",
+  "version": "2.0.0",
   "description": "Cordova Media Capture Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 4411fbb..53f5c18 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:rim="http://www.blackberry.com/ns/widgets"
            id="cordova-plugin-media-capture"
-      version="2.0.1-dev">
+      version="2.0.0">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
@@ -35,7 +35,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets"
         <engine name="cordova-android" version=">=6.3.0" />
     </engines>
 
-    <dependency id="cordova-plugin-file" version="^4.0.0" />
+    <dependency id="cordova-plugin-file" version="^5.0.0" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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