Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D3852200B44 for ; Thu, 30 Jun 2016 00:05:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D264C160A70; Wed, 29 Jun 2016 22:05:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2F3BD160A57 for ; Thu, 30 Jun 2016 00:05:35 +0200 (CEST) Received: (qmail 40808 invoked by uid 500); 29 Jun 2016 22:05:34 -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 40789 invoked by uid 99); 29 Jun 2016 22:05:34 -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; Wed, 29 Jun 2016 22:05:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 42FB4E95BF; Wed, 29 Jun 2016 22:05:34 +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, 29 Jun 2016 22:05:35 -0000 Message-Id: In-Reply-To: <5ca7ac13046945b99a5820a38aa912ba@git.apache.org> References: <5ca7ac13046945b99a5820a38aa912ba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] android commit: Update JS snapshot to version 5.2.0 (via coho) archived-at: Wed, 29 Jun 2016 22:05:36 -0000 Update JS snapshot to version 5.2.0 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/b32b8c89 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/b32b8c89 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/b32b8c89 Branch: refs/heads/5.2.x Commit: b32b8c89c6061ffe86161f4ab641cbab605a7aba Parents: fd1d300 Author: Steve Gill Authored: Wed Jun 29 12:51:05 2016 -0700 Committer: Steve Gill Committed: Wed Jun 29 12:51:05 2016 -0700 ---------------------------------------------------------------------- bin/templates/project/assets/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/b32b8c89/bin/templates/project/assets/www/cordova.js ---------------------------------------------------------------------- diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js index bf1231f..c21b67b 100644 --- a/bin/templates/project/assets/www/cordova.js +++ b/bin/templates/project/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// c517ca811b4948b630e0b74dbae6c9637939da24 +// 2fd4bcb84048415922d13d80d35b8d1668e8e150 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '5.2.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '5.2.0'; // file: src/scripts/require.js /*jshint -W079 */ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org