Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A328110B81 for ; Wed, 3 Dec 2014 00:10:34 +0000 (UTC) Received: (qmail 98662 invoked by uid 500); 3 Dec 2014 00:10:34 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 98639 invoked by uid 500); 3 Dec 2014 00:10:34 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 98630 invoked by uid 99); 3 Dec 2014 00:10:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 00:10:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 365719BCD1B; Wed, 3 Dec 2014 00:10:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 03 Dec 2014 00:10:34 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cordova-plugin-media-capture git commit: CB-8110 Incremented plugin version. CB-8110 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/13ee8aac Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/13ee8aac Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/13ee8aac Branch: refs/heads/master Commit: 13ee8aacd4a3e9be190738a8e8f281622718b63f Parents: 9f8d409 Author: Steve Gill Authored: Tue Dec 2 16:08:50 2014 -0800 Committer: Steve Gill Committed: Tue Dec 2 16:08:50 2014 -0800 ---------------------------------------------------------------------- plugin.xml | 2 +- tests/plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/13ee8aac/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5bd5869..00e9577 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="org.apache.cordova.media-capture" - version="0.3.5"> + version="0.3.6-dev"> Capture Cordova Media Capture Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/13ee8aac/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index cac3469..28ac4ce 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="org.apache.cordova.media-capture.tests" - version="0.3.5"> + version="0.3.6-dev"> Cordova Media Capture Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org