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 45F431895C for ; Mon, 1 Feb 2016 10:22:32 +0000 (UTC) Received: (qmail 13812 invoked by uid 500); 1 Feb 2016 10:22:32 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 13562 invoked by uid 500); 1 Feb 2016 10:22:32 -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 13355 invoked by uid 99); 1 Feb 2016 10:22:31 -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; Mon, 01 Feb 2016 10:22:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B57C9E0994; Mon, 1 Feb 2016 10:22:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: an-selm@apache.org To: commits@cordova.apache.org Date: Mon, 01 Feb 2016 10:22:37 -0000 Message-Id: <72fc67536762422fad18bd8caee7fc79@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/9] cordova-windows git commit: CB-10495 Update JS snapshot to version 4.3.1 (via coho) CB-10495 Update JS snapshot to version 4.3.1 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/83a9b7d5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/83a9b7d5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/83a9b7d5 Branch: refs/heads/4.3.x Commit: 83a9b7d5e5ab8a4997955f170a8b9d3b38ab2ede Parents: a75bff6 Author: Vladimir Kotikov Authored: Mon Feb 1 12:58:27 2016 +0300 Committer: Vladimir Kotikov Committed: Mon Feb 1 13:18:38 2016 +0300 ---------------------------------------------------------------------- template/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/83a9b7d5/template/www/cordova.js ---------------------------------------------------------------------- diff --git a/template/www/cordova.js b/template/www/cordova.js index fd04fb1..0d00e0f 100644 --- a/template/www/cordova.js +++ b/template/www/cordova.js @@ -1,5 +1,5 @@ // Platform: windows -// ded62dda172755defaf75378ed007dc05730ec22 +// 533e1bfdbc57d54106ca39a02b21a1909f84fda7 /* 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 = '4.3.0'; +var PLATFORM_VERSION_BUILD_LABEL = '4.3.1'; // 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