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 1D151186FB for ; Thu, 18 Jun 2015 00:37:44 +0000 (UTC) Received: (qmail 65583 invoked by uid 500); 18 Jun 2015 00:37:44 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 65536 invoked by uid 500); 18 Jun 2015 00:37:44 -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 65422 invoked by uid 99); 18 Jun 2015 00:37:43 -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:37:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D2C41DF989; Thu, 18 Jun 2015 00:37:43 +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:37:45 -0000 Message-Id: <3cf263a8151c40028b2203acdb72dd8f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] cordova-plugin-contacts git commit: CB-9192 Incremented plugin version. CB-9192 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/ec0926c1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/ec0926c1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/ec0926c1 Branch: refs/heads/master Commit: ec0926c1b06ba037ab561873a60dbb8b2ae1ba3e Parents: e47559b Author: Steve Gill Authored: Wed Jun 17 17:35:34 2015 -0700 Committer: Steve Gill Committed: Wed Jun 17 17:35:34 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-contacts/blob/ec0926c1/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index bc019ac..b102012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-contacts", - "version": "1.1.0", + "version": "1.1.1-dev", "description": "Cordova Contacts Plugin", "cordova": { "id": "cordova-plugin-contacts", http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/ec0926c1/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 6466759..e3ee2ee 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-contacts" - version="1.1.0"> + version="1.1.1-dev"> Contacts Cordova Contacts Plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/ec0926c1/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 05f6952..5e03168 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-contacts-tests" - version="1.1.0"> + version="1.1.1-dev"> Cordova Contacts Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org