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 121DF176F2 for ; Wed, 1 Oct 2014 22:47:07 +0000 (UTC) Received: (qmail 57036 invoked by uid 500); 1 Oct 2014 22:47:06 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 56939 invoked by uid 500); 1 Oct 2014 22:47:06 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 56923 invoked by uid 99); 1 Oct 2014 22:47:06 -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, 01 Oct 2014 22:47:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7BC229C3942; Wed, 1 Oct 2014 22:47:06 +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, 01 Oct 2014 22:47:07 -0000 Message-Id: <9f33095c1a124aa2b6f2808e131be874@git.apache.org> In-Reply-To: <6d456e0c28624bd39900df3e2defe05a@git.apache.org> References: <6d456e0c28624bd39900df3e2defe05a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: CB-7661 Incremented package version to -dev CB-7661 Incremented package version to -dev Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/127e9fd5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/127e9fd5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/127e9fd5 Branch: refs/heads/master Commit: 127e9fd57e08546bf9cce62192a88784ec890a03 Parents: 88e0c3a Author: Steven Gill Authored: Wed Oct 1 15:46:30 2014 -0700 Committer: Steven Gill Committed: Wed Oct 1 15:46:30 2014 -0700 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/127e9fd5/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 2fca9a9..d82979d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "3.7.0", + "version": "3.7.1-dev", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova",