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/28 00:16:40 UTC

[cordova-plugin-media-capture] branch master updated (e0c06eb -> d7e7648)

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

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


    from e0c06eb  CB-13707: Fix to allow 3.0.0 version install (#88)
     add e94dd74  CB-13714 Updated version and RELEASENOTES.md for release 3.0.1 (via coho)
     new d7e7648  Set VERSION to 3.0.2-dev (via coho)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASENOTES.md  | 199 +------------------------------------------------------
 package.json     |   2 +-
 plugin.xml       |   2 +-
 tests/plugin.xml |   2 +-
 4 files changed, 6 insertions(+), 199 deletions(-)

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


[cordova-plugin-media-capture] 01/01: Set VERSION to 3.0.2-dev (via coho)

Posted by ma...@apache.org.
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-capture.git

commit d7e76486f31cddf7ea48d1ac5fbfedf3ae73407e
Author: Simon MacDonald <si...@gmail.com>
AuthorDate: Wed Dec 27 19:13:50 2017 -0500

    Set VERSION to 3.0.2-dev (via coho)
---
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index b4d60b6..5e0d1cc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture",
-  "version": "3.0.1",
+  "version": "3.0.2-dev",
   "description": "Cordova Media Capture Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 35fd2b6..d17be25 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="3.0.1">
+      version="3.0.2-dev">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 15f561e..02eaac2 100644
--- a/tests/plugin.xml
+++ b/tests/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-tests"
-    version="3.0.1">
+    version="3.0.2-dev">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>
 

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