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 391D2200BF3 for ; Thu, 1 Dec 2016 02:12:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 37D4E160B13; Thu, 1 Dec 2016 01:12:20 +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 7F745160B28 for ; Thu, 1 Dec 2016 02:12:19 +0100 (CET) Received: (qmail 4115 invoked by uid 500); 1 Dec 2016 01:12:18 -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 4098 invoked by uid 99); 1 Dec 2016 01:12:18 -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; Thu, 01 Dec 2016 01:12:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5E8B1E04BB; Thu, 1 Dec 2016 01:12:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Thu, 01 Dec 2016 01:12:21 -0000 Message-Id: <52ac5b6b086142e19553c14c1c04dd9a@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] ios commit: Set VERSION to 4.3.1 (via coho) archived-at: Thu, 01 Dec 2016 01:12:20 -0000 Set VERSION to 4.3.1 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/8fe24d41 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/8fe24d41 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/8fe24d41 Branch: refs/heads/4.3.x Commit: 8fe24d41b02e17eef6e232d1b907e2f97d0b87bd Parents: 6430c34 Author: Shazron Abdullah Authored: Wed Nov 30 17:07:53 2016 -0800 Committer: Shazron Abdullah Committed: Wed Nov 30 17:07:53 2016 -0800 ---------------------------------------------------------------------- CordovaLib/VERSION | 2 +- bin/templates/scripts/cordova/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8fe24d41/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index 8089590..f77856a 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -4.3.0 +4.3.1 http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8fe24d41/bin/templates/scripts/cordova/version ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version index 99ce972..9f3eb47 100755 --- a/bin/templates/scripts/cordova/version +++ b/bin/templates/scripts/cordova/version @@ -26,7 +26,7 @@ */ // Coho updates this line -var VERSION="4.3.0"; +var VERSION="4.3.1"; module.exports.version = VERSION; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org