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 836D4200C2C for ; Fri, 27 Jan 2017 01:45:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 82488160B4C; Fri, 27 Jan 2017 00:45:05 +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 A5958160B61 for ; Fri, 27 Jan 2017 01:45:04 +0100 (CET) Received: (qmail 44090 invoked by uid 500); 27 Jan 2017 00:45:03 -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 43986 invoked by uid 99); 27 Jan 2017 00:45:03 -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; Fri, 27 Jan 2017 00:45:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 98C5EDF986; Fri, 27 Jan 2017 00:45:03 +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: Fri, 27 Jan 2017 00:45:08 -0000 Message-Id: <85df8d515c604f46af66876e56485437@git.apache.org> In-Reply-To: <6f74acd326744939b57c244a17b17e0a@git.apache.org> References: <6f74acd326744939b57c244a17b17e0a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/6] android commit: Set VERSION to 6.1.2 (via coho) archived-at: Fri, 27 Jan 2017 00:45:05 -0000 Set VERSION to 6.1.2 (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/37ee3cdf Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/37ee3cdf Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/37ee3cdf Branch: refs/heads/6.1.x Commit: 37ee3cdf81e810697e6780a4325a2cec4cce5968 Parents: 2269460 Author: Steve Gill Authored: Thu Jan 26 16:30:31 2017 -0800 Committer: Steve Gill Committed: Thu Jan 26 16:30:31 2017 -0800 ---------------------------------------------------------------------- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/37ee3cdf/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index f3b5af3..5e32542 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.1 +6.1.2 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/37ee3cdf/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 1c28df5..9bf79a1 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "6.1.1"; +var VERSION = "6.1.2"; module.exports.version = VERSION; http://git-wip-us.apache.org/repos/asf/cordova-android/blob/37ee3cdf/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 15adbc5..2eebd0d 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback; * are not expected to implement it. */ public interface CordovaWebView { - public static final String CORDOVA_VERSION = "6.1.1"; + public static final String CORDOVA_VERSION = "6.1.2"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org