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 D951B11858 for ; Fri, 12 Sep 2014 20:35:06 +0000 (UTC) Received: (qmail 61493 invoked by uid 500); 12 Sep 2014 20:35:06 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 61464 invoked by uid 500); 12 Sep 2014 20:35:06 -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 61455 invoked by uid 99); 12 Sep 2014 20:35:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2014 20:35:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6A678A12261; Fri, 12 Sep 2014 20:35:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Message-Id: <28af5ceb7800436b83dec2873d907842@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: android commit: Set VERSION to 3.6.3 (via coho) Date: Fri, 12 Sep 2014 20:35:06 +0000 (UTC) Repository: cordova-android Updated Branches: refs/heads/3.6.x caa82b2f2 -> e2e38ad2b Set VERSION to 3.6.3 (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/e2e38ad2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/e2e38ad2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/e2e38ad2 Branch: refs/heads/3.6.x Commit: e2e38ad2b4230910ea304cedf3229a84c22a0fcf Parents: caa82b2 Author: Marcel Kinard Authored: Fri Sep 12 15:50:25 2014 -0400 Committer: Marcel Kinard Committed: Fri Sep 12 15:50:25 2014 -0400 ---------------------------------------------------------------------- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e2e38ad2/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 9575d51..4a788a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.1 +3.6.3 http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e2e38ad2/bin/templates/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 0b6d7a8..47839bb 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -var VERSION = "3.6.1"; +var VERSION = "3.6.3"; console.log(VERSION); http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e2e38ad2/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 3d0e32e..36c748f 100755 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -61,7 +61,7 @@ import android.widget.FrameLayout; public class CordovaWebView extends WebView { public static final String TAG = "CordovaWebView"; - public static final String CORDOVA_VERSION = "3.6.1"; + public static final String CORDOVA_VERSION = "3.6.3"; private HashSet boundKeyCodes = new HashSet(); http://git-wip-us.apache.org/repos/asf/cordova-android/blob/e2e38ad2/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 2d1f4ab..897ad92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-android", - "version": "3.6.1", + "version": "3.6.3", "description": "cordova-android release", "main": "bin/create", "repository": { @@ -25,4 +25,4 @@ "jasmine-node": "~1", "promise-matchers": "~0" } -} +} \ No newline at end of file