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 A7A8B18754 for ; Thu, 18 Jun 2015 00:38:28 +0000 (UTC) Received: (qmail 75597 invoked by uid 500); 18 Jun 2015 00:38:28 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 75529 invoked by uid 500); 18 Jun 2015 00:38:28 -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 75466 invoked by uid 99); 18 Jun 2015 00:38:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 00:38:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 65366E3C3C; Thu, 18 Jun 2015 00:38:28 +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: Thu, 18 Jun 2015 00:38:30 -0000 Message-Id: <586fa6ea79674367be0ef2a6f070de6c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] cordova-plugin-media-capture git commit: CB-9192 Incremented plugin version. CB-9192 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/a6011757 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/a6011757 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/a6011757 Branch: refs/heads/master Commit: a6011757b9dd9ca109eeb72ba8a06d5e5032d6aa Parents: 9af90d8 Author: Steve Gill Authored: Wed Jun 17 17:35:36 2015 -0700 Committer: Steve Gill Committed: Wed Jun 17 17:35:36 2015 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a6011757/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 73043cf..9f94052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media-capture", - "version": "1.0.1", + "version": "1.0.2-dev", "description": "Cordova Media Capture Plugin", "cordova": { "id": "cordova-plugin-media-capture", http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a6011757/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index bdffa93..30556cc 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="1.0.1"> + version="1.0.2-dev"> Capture Cordova Media Capture Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a6011757/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 906c730..c722f95 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="1.0.1"> + version="1.0.2-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