You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2017/12/27 15:53:07 UTC

[cordova-plugin-media] branch master updated: CB-13706: Fix to allow 5.0.0 version install (#160)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 470f5ff  CB-13706: Fix to allow 5.0.0 version install (#160)
470f5ff is described below

commit 470f5ff678e3161c40273400e44fcf6528e2c0c8
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Wed Dec 27 16:53:05 2017 +0100

    CB-13706: Fix to allow 5.0.0 version install (#160)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index de12072..d4edc79 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
       "4.0.0": {
         "cordova-android": ">=6.3.0"
       },
-      "5.0.0": {
+      "6.0.0": {
         "cordova": ">100"
       }
     }

-- 
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