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 52F9211348 for ; Tue, 2 Sep 2014 21:15:05 +0000 (UTC) Received: (qmail 80128 invoked by uid 500); 2 Sep 2014 21:15:05 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 80099 invoked by uid 500); 2 Sep 2014 21:15:05 -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 80090 invoked by uid 99); 2 Sep 2014 21:15:05 -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, 02 Sep 2014 21:15:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ED7949B08A5; Tue, 2 Sep 2014 21:15:04 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated version to 3.6.0-0.2.9, bumped lib dep version Date: Tue, 2 Sep 2014 21:15:04 +0000 (UTC) Repository: cordova-cli Updated Branches: refs/heads/master 88af04ea8 -> d15b85a81 updated version to 3.6.0-0.2.9, bumped lib dep version Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/d15b85a8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/d15b85a8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/d15b85a8 Branch: refs/heads/master Commit: d15b85a81aa21d46171faf8f8b8df0795b704580 Parents: 88af04e Author: Steven Gill Authored: Tue Sep 2 14:14:57 2014 -0700 Committer: Steven Gill Committed: Tue Sep 2 14:14:57 2014 -0700 ---------------------------------------------------------------------- VERSION | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d15b85a8/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index b5ff240..84852ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.0-0.2.8 +3.6.0-0.2.9 http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d15b85a8/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f0920f4..566d606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova", - "version": "3.6.0-0.2.8", + "version": "3.6.0-0.2.9", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova", @@ -28,7 +28,7 @@ "cli" ], "dependencies": { - "cordova-lib": "0.21.8", + "cordova-lib": "0.21.9", "q": "~0.9", "nopt": "~2", "underscore":"1.4.4"