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 2720D1066A for ; Tue, 30 Apr 2013 21:05:38 +0000 (UTC) Received: (qmail 94323 invoked by uid 500); 30 Apr 2013 21:05:38 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 94241 invoked by uid 500); 30 Apr 2013 21:05:37 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 94091 invoked by uid 99); 30 Apr 2013 21:05:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 21:05:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 808D28848BC; Tue, 30 Apr 2013 21:05:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwbrooks@apache.org To: commits@cordova.apache.org Date: Tue, 30 Apr 2013 21:05:41 -0000 Message-Id: <90ae4ef9d1fc4c16b5c0040e8df5c5e1@git.apache.org> In-Reply-To: <2c6655c76bf24aa6ba1d221e8d735a66@git.apache.org> References: <2c6655c76bf24aa6ba1d221e8d735a66@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] git commit: Version 2.7.0 (npm 2.7.2) Version 2.7.0 (npm 2.7.2) Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/72cca5ec Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/72cca5ec Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/72cca5ec Branch: refs/heads/master Commit: 72cca5ec4f203dc18802b99f672f67b71817280d Parents: 607257c Author: Michael Brooks Authored: Tue Apr 30 14:03:22 2013 -0700 Committer: Michael Brooks Committed: Tue Apr 30 14:03:22 2013 -0700 ---------------------------------------------------------------------- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/72cca5ec/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 59b7056..24ba9a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0rc1 +2.7.0 http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/72cca5ec/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index feb6ebf..3a41515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "2.7.1-rc.1", + "version": "2.7.2", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova",